#0D80A9

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

Shades of Cerulean #0D80A9

Tints of Cerulean #0D80A9

Color information

#0D80A9 (or 0x0D80A9) is unknown color: approx Cerulean. HEX triplet: 0D, 80 and A9. RGB value is (13,128,169). Sum of RGB (Red+Green+Blue) = 13+128+169=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 169 (66.41% from 255 or 54.52% from 310); Max value from RGB is 169 - color contains mainly: blue. Hex color #0D80A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D80A9 is #F27F56. Grayscale: #626262. Windows color (decimal): -15892311 or 11108365. OLE color: 11108365.

HSL color Cylindrical-coordinate representation of color #0D80A9: hue angle of 195.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D80A9 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13128169-
CMYK0.920.2400.34
HSL195.77º85.71%35.69%-
HSV(B)195.77º92.31%66.27%-
XYZ15.0518.3940.29-
YUV98.29167.967.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.19%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 169 (66.41% from 255) = 54.52%
R=4.19%
G=41.29%
B=54.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131281690.920.2400.34195.7785.7135.69
HexD80A95C18022c45624
Octal152002511343004230412644
Binary110110000000101010011011100110000100010110001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D80A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,128,169); }

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

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

 a { background-color: rgb(13,128,169); }

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

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

 span { border-color: rgb(13,128,169); }

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