#0A5070

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

Shades of Dark Cerulean #0A5070

Tints of Dark Cerulean #0A5070

Color information

#0A5070 (or 0x0A5070) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 50 and 70. RGB value is (10,80,112). Sum of RGB (Red+Green+Blue) = 10+80+112=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A5070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5070 is #F5AF8F. Grayscale: #3E3E3E. Windows color (decimal): -16101264 or 7360522. OLE color: 7360522.

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

Color convert

RGB1080112-
CMYK0.910.2900.56
HSL198.82º83.61%23.92%-
HSV(B)198.82º91.07%43.92%-
XYZ5.926.9716.36-
YUV62.72155.8190.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=4.95%
G=39.60%
B=55.45%

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
Decimal10801120.910.2900.56198.8283.6123.92
HexA50705B1D038c75418
Octal121201601333507030712430
Binary101010100001110000101101111101011100011000111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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