#0A5073

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

Shades of Dark Cerulean #0A5073

Tints of Dark Cerulean #0A5073

Color information

#0A5073 (or 0x0A5073) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 50 and 73. RGB value is (10,80,115). Sum of RGB (Red+Green+Blue) = 10+80+115=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A5073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5073 is #F5AF8C. Grayscale: #3E3E3E. Windows color (decimal): -16101261 or 7557130. OLE color: 7557130.

HSL color Cylindrical-coordinate representation of color #0A5073: hue angle of 200º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5073 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1080115-
CMYK0.910.3000.55
HSL200º84%24.51%-
HSV(B)200º91.3%45.1%-
XYZ6.097.0417.26-
YUV63.06157.3190.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.88%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=4.88%
G=39.02%
B=56.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10801150.910.3000.552008424.51
HexA50735B1E037c85419
Octal121201631333606731012431
Binary101010100001110011101101111110011011111001000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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