#104A6C

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

Shades of Dark Cerulean #104A6C

Tints of Dark Cerulean #104A6C

Color information

#104A6C (or 0x104A6C) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4A and 6C. RGB value is (16,74,108). Sum of RGB (Red+Green+Blue) = 16+74+108=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #104A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A6C is #EFB593. Grayscale: #3C3C3C. Windows color (decimal): -15709588 or 7096848. OLE color: 7096848.

HSL color Cylindrical-coordinate representation of color #104A6C: hue angle of 202.17º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104A6C is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1674108-
CMYK0.850.3100.58
HSL202.17º74.19%24.31%-
HSV(B)202.17º85.19%42.35%-
XYZ5.376.0915.08-
YUV60.53154.7896.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=8.08%
G=37.37%
B=54.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16741080.850.3100.58202.1774.1924.31
Hex104A6C551F03Aca4a18
Octal201121541253707231211230
Binary1000010010101101100101010111111011101011001010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104A6C; }

 p { color: rgb(16,74,108); }

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

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

 a { background-color: rgb(16,74,108); }

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

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

 span { border-color: rgb(16,74,108); }

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