#104280

Color #104280 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #104280

Tints of Dark Cerulean #104280

Color information

#104280 (or 0x104280) is unknown color: approx Dark Cerulean. HEX triplet: 10, 42 and 80. RGB value is (16,66,128). Sum of RGB (Red+Green+Blue) = 16+66+128=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #104280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104280 is #EFBD7F. Grayscale: #393939. Windows color (decimal): -15711616 or 8405520. OLE color: 8405520.

HSL color Cylindrical-coordinate representation of color #104280: hue angle of 213.21º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104280 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1666128-
CMYK0.880.4800.50
HSL213.21º77.78%28.24%-
HSV(B)213.21º87.5%50.2%-
XYZ6.065.5721.18-
YUV58.12167.4497.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 7.62%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 128 (50.39% from 255) = 60.95%
R=7.62%
G=31.43%
B=60.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal16661280.880.4800.50213.2177.7828.24
Hex1042805830032d54e1c
Octal201022001306006232511634
Binary100001000010100000001011000110000011001011010101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104280; }

 p { color: rgb(16,66,128); }

 H1.HeaderClassName
 {
   color: #104280;
 }
 .AnyTagClassName
 {
   color: #104280;
 }
</style>
background-color css

<style>
 a { background-color: #104280; }

 a { background-color: rgb(16,66,128); }

 div.DivClassName
 {
   background-color: #104280;
 }
 .BgClassName
 {
   background-color: #104280;
 }
</style>
border-color css

<style>
 span { border-color: #104280; }

 span { border-color: rgb(16,66,128); }

 td.TdClassName
 {
   border-color: #104280;
 }
 .TagClassName
 {
   border-color: #104280;
 }
</style>