#0A4273

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

Shades of Dark Cerulean #0A4273

Tints of Dark Cerulean #0A4273

Color information

#0A4273 (or 0x0A4273) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 42 and 73. RGB value is (10,66,115). Sum of RGB (Red+Green+Blue) = 10+66+115=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A4273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4273 is #F5BD8C. Grayscale: #363636. Windows color (decimal): -16104845 or 7553546. OLE color: 7553546.

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

Color convert

RGB1066115-
CMYK0.910.4300.55
HSL208º84%24.51%-
HSV(B)208º91.3%45.1%-
XYZ5.175.216.95-
YUV54.84161.9596.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 115 (45.31% from 255) = 60.21%
R=5.24%
G=34.55%
B=60.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10661150.910.4300.552088424.51
HexA42735B2B037d05419
Octal121021631335306732012431
Binary1010100001011100111011011101011011011111010000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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