#0A4F71

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

Shades of Dark Cerulean #0A4F71

Tints of Dark Cerulean #0A4F71

Color information

#0A4F71 (or 0x0A4F71) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4F and 71. RGB value is (10,79,113). Sum of RGB (Red+Green+Blue) = 10+79+113=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A4F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4F71 is #F5B08E. Grayscale: #3E3E3E. Windows color (decimal): -16101519 or 7425802. OLE color: 7425802.

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

Color convert

RGB1079113-
CMYK0.910.3000.56
HSL199.81º83.74%24.12%-
HSV(B)199.81º91.15%44.31%-
XYZ5.96.8516.63-
YUV62.24156.6490.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 79 (31.25% from 255) = 39.11%
BLUE value IS 113 (44.53% from 255) = 55.94%
R=4.95%
G=39.11%
B=55.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10791130.910.3000.56199.8183.7424.12
HexA4F715B1E038c85418
Octal121171611333607031012430
Binary101010011111110001101101111110011100011001000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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