#0A5077

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

Shades of Dark Cerulean #0A5077

Tints of Dark Cerulean #0A5077

Color information

#0A5077 (or 0x0A5077) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 50 and 77. RGB value is (10,80,119). Sum of RGB (Red+Green+Blue) = 10+80+119=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A5077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5077 is #F5AF88. Grayscale: #3F3F3F. Windows color (decimal): -16101257 or 7819274. OLE color: 7819274.

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

Color convert

RGB1080119-
CMYK0.920.3300.53
HSL201.47º84.5%25.29%-
HSV(B)201.47º91.6%46.67%-
XYZ6.327.1318.5-
YUV63.52159.3189.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=4.78%
G=38.28%
B=56.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10801190.920.3300.53201.4784.525.29
HexA50775C21035c95419
Octal121201671344106531112431
Binary1010101000011101111011100100001011010111001001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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