#0A4473

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

Shades of Dark Cerulean #0A4473

Tints of Dark Cerulean #0A4473

Color information

#0A4473 (or 0x0A4473) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 44 and 73. RGB value is (10,68,115). Sum of RGB (Red+Green+Blue) = 10+68+115=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A4473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4473 is #F5BB8C. Grayscale: #373737. Windows color (decimal): -16104333 or 7554058. OLE color: 7554058.

HSL color Cylindrical-coordinate representation of color #0A4473: hue angle of 206.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4473 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1068115-
CMYK0.910.4100.55
HSL206.86º84%24.51%-
HSV(B)206.86º91.3%45.1%-
XYZ5.295.4416.99-
YUV56.02161.2895.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.18%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 115 (45.31% from 255) = 59.59%
R=5.18%
G=35.23%
B=59.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10681150.910.4100.55206.868424.51
HexA44735B29037cf5419
Octal121041631335106731712431
Binary1010100010011100111011011101001011011111001111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,68,115); }

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

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

 a { background-color: rgb(10,68,115); }

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

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

 span { border-color: rgb(10,68,115); }

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