Shades of Cerulean #0D88AD
Tints of Cerulean #0D88AD
RGB
CMYK
RGB Variations
Color information
#0D88AD (or 0x0D88AD) is known color: Cerulean. HEX triplet: 0D, 88 and AD. RGB value is (13,136,173). Sum of RGB (Red+Green+Blue) = 13+136+173=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D88AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D88AD is #F27752. Grayscale: #676767. Windows color (decimal): -15890259 or 11372557. OLE color: 11372557.
HSL color Cylindrical-coordinate representation of color #0D88AD: hue angle of 193.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 #0D88AD is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 136 | 173 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.32 |
| HSL | 193.88º | 0.86% | 0.36% | - |
| HSV(B) | 193.88º | 0.92% | 0.68% | - |
| XYZ | 16.51 | 20.71 | 42.66 | - |
| YUV | 103.44 | 167.25 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 173 | 0.92 | 0.21 | 0 | 0.32 | 193.88 | 0.86 | 0.36 |
| Hex | D | 88 | AD | 5C | 15 | 0 | 20 | C2 | 56 | 24 |
| Octal | 15 | 210 | 255 | 134 | 25 | 0 | 40 | 302 | 126 | 44 |
| Binary | 1101 | 10001000 | 10101101 | 1011100 | 10101 | 0 | 100000 | 11000010 | 1010110 | 100100 |
Color Harmonies of #0D88AD
Complementary color
Monochromatic Colors of #0D88AD
Black with #0D88AD
Text Example
Text Example
White with #0D88AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D88AD; }
p { color: rgb(13,136,173); }
H1.HeaderClassName
{
color: #0D88AD;
}
.AnyTagClassName
{
color: #0D88AD;
}
</style>
background-color css
<style>
a { background-color: #0D88AD; }
a { background-color: rgb(13,136,173); }
div.DivClassName
{
background-color: #0D88AD;
}
.BgClassName
{
background-color: #0D88AD;
}
</style>
border-color css
<style>
span { border-color: #0D88AD; }
span { border-color: rgb(13,136,173); }
td.TdClassName
{
border-color: #0D88AD;
}
.TagClassName
{
border-color: #0D88AD;
}
</style>