#0A4C91

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

Shades of Dark Cerulean #0A4C91

Tints of Dark Cerulean #0A4C91

Color information

#0A4C91 (or 0x0A4C91) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4C and 91. RGB value is (10,76,145). Sum of RGB (Red+Green+Blue) = 10+76+145=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A4C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4C91 is #F5B36E. Grayscale: #3F3F3F. Windows color (decimal): -16102255 or 9522186. OLE color: 9522186.

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

Color convert

RGB1076145-
CMYK0.930.4800.43
HSL210.67º87.1%30.39%-
HSV(B)210.67º93.1%56.86%-
XYZ7.827.2827.78-
YUV64.13173.6389.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.33%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 145 (57.03% from 255) = 62.77%
R=4.33%
G=32.90%
B=62.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10761450.930.4800.43210.6787.130.39
HexA4C915D3002Bd3571e
Octal121142211356005332312736
Binary10101001100100100011011101110000010101111010011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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