#0A476B

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

Shades of Dark Cerulean #0A476B

Tints of Dark Cerulean #0A476B

Color information

#0A476B (or 0x0A476B) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 47 and 6B. RGB value is (10,71,107). Sum of RGB (Red+Green+Blue) = 10+71+107=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A476B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A476B is #F5B894. Grayscale: #383838. Windows color (decimal): -16103573 or 7030538. OLE color: 7030538.

HSL color Cylindrical-coordinate representation of color #0A476B: hue angle of 202.27º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A476B is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1071107-
CMYK0.910.3400.58
HSL202.27º82.91%22.94%-
HSV(B)202.27º90.65%41.96%-
XYZ5.035.6314.73-
YUV56.86156.2994.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 107 (42.19% from 255) = 56.91%
R=5.32%
G=37.77%
B=56.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10711070.910.3400.58202.2782.9122.94
HexA476B5B2203Aca5317
Octal121071531334207231212327
Binary1010100011111010111011011100010011101011001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,107); }

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

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

 a { background-color: rgb(10,71,107); }

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

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

 span { border-color: rgb(10,71,107); }

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