#0A4D91

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

Shades of Dark Cerulean #0A4D91

Tints of Dark Cerulean #0A4D91

Color information

#0A4D91 (or 0x0A4D91) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4D and 91. RGB value is (10,77,145). Sum of RGB (Red+Green+Blue) = 10+77+145=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A4D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A4D91 is #F5B26E. Grayscale: #404040. Windows color (decimal): -16101999 or 9522442. OLE color: 9522442.

HSL color Cylindrical-coordinate representation of color #0A4D91: hue angle of 210.22º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4D91 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1077145-
CMYK0.930.4700.43
HSL210.22º87.1%30.39%-
HSV(B)210.22º93.1%56.86%-
XYZ7.897.4227.8-
YUV64.72173.388.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.31%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 145 (57.03% from 255) = 62.5%
R=4.31%
G=33.19%
B=62.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10771450.930.4700.43210.2287.130.39
HexA4D915D2F02Bd2571e
Octal121152211355705332212736
Binary10101001101100100011011101101111010101111010010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,77,145); }

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

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

 a { background-color: rgb(10,77,145); }

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

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

 span { border-color: rgb(10,77,145); }

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