#0A426F

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

Shades of Dark Cerulean #0A426F

Tints of Dark Cerulean #0A426F

Color information

#0A426F (or 0x0A426F) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 42 and 6F. RGB value is (10,66,111). Sum of RGB (Red+Green+Blue) = 10+66+111=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A426F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A426F is #F5BD90. Grayscale: #363636. Windows color (decimal): -16104849 or 7291402. OLE color: 7291402.

HSL color Cylindrical-coordinate representation of color #0A426F: hue angle of 206.73º 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 #0A426F is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1066111-
CMYK0.910.4100.56
HSL206.73º83.47%23.73%-
HSV(B)206.73º90.99%43.53%-
XYZ4.945.1115.76-
YUV54.39159.9596.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 111 (43.75% from 255) = 59.36%
R=5.35%
G=35.29%
B=59.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10661110.910.4100.56206.7383.4723.73
HexA426F5B29038cf5318
Octal121021571335107031712330
Binary1010100001011011111011011101001011100011001111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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