#10406C

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

Shades of Dark Cerulean #10406C

Tints of Dark Cerulean #10406C

Color information

#10406C (or 0x10406C) is unknown color: approx Dark Cerulean. HEX triplet: 10, 40 and 6C. RGB value is (16,64,108). Sum of RGB (Red+Green+Blue) = 16+64+108=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #10406C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10406C is #EFBF93. Grayscale: #363636. Windows color (decimal): -15712148 or 7094288. OLE color: 7094288.

HSL color Cylindrical-coordinate representation of color #10406C: hue angle of 208.7º 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 #10406C is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1664108-
CMYK0.850.4100.58
HSL208.7º74.19%24.31%-
HSV(B)208.7º85.19%42.35%-
XYZ4.754.8614.87-
YUV54.66158.1100.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 108 (42.58% from 255) = 57.45%
R=8.51%
G=34.04%
B=57.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16641080.850.4100.58208.774.1924.31
Hex10406C552903Ad14a18
Octal201001541255107232111230
Binary10000100000011011001010101101001011101011010001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10406C; }

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

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

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

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

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

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

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

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