#10406F

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

Shades of Dark Cerulean #10406F

Tints of Dark Cerulean #10406F

Color information

#10406F (or 0x10406F) is unknown color: approx Dark Cerulean. HEX triplet: 10, 40 and 6F. RGB value is (16,64,111). Sum of RGB (Red+Green+Blue) = 16+64+111=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #10406F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10406F is #EFBF90. Grayscale: #363636. Windows color (decimal): -15712145 or 7290896. OLE color: 7290896.

HSL color Cylindrical-coordinate representation of color #10406F: hue angle of 209.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10406F is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1664111-
CMYK0.860.4200.56
HSL209.68º74.8%24.9%-
HSV(B)209.68º85.59%43.53%-
XYZ4.924.9215.73-
YUV55.01159.6100.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 111 (43.75% from 255) = 58.12%
R=8.38%
G=33.51%
B=58.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16641110.860.4200.56209.6874.824.9
Hex10406F562A038d24b19
Octal201001571265207032211331
Binary10000100000011011111010110101010011100011010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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