Shades of Cerulean #0D80AD
Tints of Cerulean #0D80AD
RGB
CMYK
RGB Variations
Color information
#0D80AD (or 0x0D80AD) is known color: Cerulean. HEX triplet: 0D, 80 and AD. RGB value is (13,128,173). Sum of RGB (Red+Green+Blue) = 13+128+173=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D80AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D80AD is #F27F52. Grayscale: #626262. Windows color (decimal): -15892307 or 11370509. OLE color: 11370509.
HSL color Cylindrical-coordinate representation of color #0D80AD: hue angle of 196.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D80AD is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 128 | 173 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.32 |
| HSL | 196.88º | 0.86% | 0.36% | - |
| HSV(B) | 196.88º | 0.92% | 0.68% | - |
| XYZ | 15.43 | 18.54 | 42.3 | - |
| YUV | 98.75 | 169.9 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 128 | 173 | 0.92 | 0.26 | 0 | 0.32 | 196.88 | 0.86 | 0.36 |
| Hex | D | 80 | AD | 5C | 1A | 0 | 20 | C5 | 56 | 24 |
| Octal | 15 | 200 | 255 | 134 | 32 | 0 | 40 | 305 | 126 | 44 |
| Binary | 1101 | 10000000 | 10101101 | 1011100 | 11010 | 0 | 100000 | 11000101 | 1010110 | 100100 |
Color Harmonies of #0D80AD
Complementary color
Monochromatic Colors of #0D80AD
Black with #0D80AD
Text Example
Text Example
White with #0D80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D80AD; }
p { color: rgb(13,128,173); }
H1.HeaderClassName
{
color: #0D80AD;
}
.AnyTagClassName
{
color: #0D80AD;
}
</style>
background-color css
<style>
a { background-color: #0D80AD; }
a { background-color: rgb(13,128,173); }
div.DivClassName
{
background-color: #0D80AD;
}
.BgClassName
{
background-color: #0D80AD;
}
</style>
border-color css
<style>
span { border-color: #0D80AD; }
span { border-color: rgb(13,128,173); }
td.TdClassName
{
border-color: #0D80AD;
}
.TagClassName
{
border-color: #0D80AD;
}
</style>