#0A5071

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

Shades of Dark Cerulean #0A5071

Tints of Dark Cerulean #0A5071

Color information

#0A5071 (or 0x0A5071) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 50 and 71. RGB value is (10,80,113). Sum of RGB (Red+Green+Blue) = 10+80+113=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A5071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5071 is #F5AF8E. Grayscale: #3E3E3E. Windows color (decimal): -16101263 or 7426058. OLE color: 7426058.

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

Color convert

RGB1080113-
CMYK0.910.2900.56
HSL199.22º83.74%24.12%-
HSV(B)199.22º91.15%44.31%-
XYZ5.976.9916.66-
YUV62.83156.3190.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=4.93%
G=39.41%
B=55.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10801130.910.2900.56199.2283.7424.12
HexA50715B1D038c75418
Octal121201611333507030712430
Binary101010100001110001101101111101011100011000111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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