#0A436F

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

Shades of Dark Cerulean #0A436F

Tints of Dark Cerulean #0A436F

Color information

#0A436F (or 0x0A436F) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 43 and 6F. RGB value is (10,67,111). Sum of RGB (Red+Green+Blue) = 10+67+111=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A436F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A436F is #F5BC90. Grayscale: #363636. Windows color (decimal): -16104593 or 7291658. OLE color: 7291658.

HSL color Cylindrical-coordinate representation of color #0A436F: hue angle of 206.14º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A436F is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1067111-
CMYK0.910.4000.56
HSL206.14º83.47%23.73%-
HSV(B)206.14º90.99%43.53%-
XYZ55.2315.78-
YUV54.97159.6295.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 111 (43.75% from 255) = 59.04%
R=5.32%
G=35.64%
B=59.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10671110.910.4000.56206.1483.4723.73
HexA436F5B28038ce5318
Octal121031571335007031612330
Binary1010100001111011111011011101000011100011001110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A436F; }

 p { color: rgb(10,67,111); }

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

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

 a { background-color: rgb(10,67,111); }

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

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

 span { border-color: rgb(10,67,111); }

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