#0A5576

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

Shades of Dark Cerulean #0A5576

Tints of Dark Cerulean #0A5576

Color information

#0A5576 (or 0x0A5576) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 55 and 76. RGB value is (10,85,118). Sum of RGB (Red+Green+Blue) = 10+85+118=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A5576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5576 is #F5AA89. Grayscale: #424242. Windows color (decimal): -16099978 or 7755018. OLE color: 7755018.

HSL color Cylindrical-coordinate representation of color #0A5576: hue angle of 198.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A5576 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1085118-
CMYK0.920.2800.54
HSL198.33º84.38%25.1%-
HSV(B)198.33º91.53%46.27%-
XYZ6.647.8718.31-
YUV66.34157.1587.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=4.69%
G=39.91%
B=55.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10851180.920.2800.54198.3384.3825.1
HexA55765C1C036c65419
Octal121251661343406630612431
Binary101010101011110110101110011100011011011000110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,85,118); }

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

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

 a { background-color: rgb(10,85,118); }

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

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

 span { border-color: rgb(10,85,118); }

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