#0A4E71

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

Shades of Dark Cerulean #0A4E71

Tints of Dark Cerulean #0A4E71

Color information

#0A4E71 (or 0x0A4E71) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4E and 71. RGB value is (10,78,113). Sum of RGB (Red+Green+Blue) = 10+78+113=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A4E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4E71 is #F5B18E. Grayscale: #3D3D3D. Windows color (decimal): -16101775 or 7425546. OLE color: 7425546.

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

Color convert

RGB1078113-
CMYK0.910.3100.56
HSL200.39º83.74%24.12%-
HSV(B)200.39º91.15%44.31%-
XYZ5.836.7116.61-
YUV61.66156.9791.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.98%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=4.98%
G=38.81%
B=56.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10781130.910.3100.56200.3983.7424.12
HexA4E715B1F038c85418
Octal121161611333707031012430
Binary101010011101110001101101111111011100011001000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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