#0A4C71

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

Shades of Dark Cerulean #0A4C71

Tints of Dark Cerulean #0A4C71

Color information

#0A4C71 (or 0x0A4C71) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4C and 71. RGB value is (10,76,113). Sum of RGB (Red+Green+Blue) = 10+76+113=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A4C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4C71 is #F5B38E. Grayscale: #3C3C3C. Windows color (decimal): -16102287 or 7425034. OLE color: 7425034.

HSL color Cylindrical-coordinate representation of color #0A4C71: hue angle of 201.55º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4C71 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1076113-
CMYK0.910.3300.56
HSL201.55º83.74%24.12%-
HSV(B)201.55º91.15%44.31%-
XYZ5.696.4316.56-
YUV60.48157.6391.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 76 (30.08% from 255) = 38.19%
BLUE value IS 113 (44.53% from 255) = 56.78%
R=5.03%
G=38.19%
B=56.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10761130.910.3300.56201.5583.7424.12
HexA4C715B21038ca5418
Octal121141611334107031212430
Binary1010100110011100011011011100001011100011001010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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