Shades of Cerulean #0D87AB
Tints of Cerulean #0D87AB
RGB
CMYK
RGB Variations
Color information
#0D87AB (or 0x0D87AB) is known color: Cerulean. HEX triplet: 0D, 87 and AB. RGB value is (13,135,171). Sum of RGB (Red+Green+Blue) = 13+135+171=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D87AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D87AB is #F27854. Grayscale: #666666. Windows color (decimal): -15890517 or 11241229. OLE color: 11241229.
HSL color Cylindrical-coordinate representation of color #0D87AB: hue angle of 193.67º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D87AB is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 135 | 171 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.33 |
| HSL | 193.67º | 0.86% | 0.36% | - |
| HSV(B) | 193.67º | 0.92% | 0.67% | - |
| XYZ | 16.18 | 20.35 | 41.6 | - |
| YUV | 102.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 171 | 0.92 | 0.21 | 0 | 0.33 | 193.67 | 0.86 | 0.36 |
| Hex | D | 87 | AB | 5C | 15 | 0 | 21 | C2 | 56 | 24 |
| Octal | 15 | 207 | 253 | 134 | 25 | 0 | 41 | 302 | 126 | 44 |
| Binary | 1101 | 10000111 | 10101011 | 1011100 | 10101 | 0 | 100001 | 11000010 | 1010110 | 100100 |
Color Harmonies of #0D87AB
Complementary color
Monochromatic Colors of #0D87AB
Black with #0D87AB
Text Example
Text Example
White with #0D87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D87AB; }
p { color: rgb(13,135,171); }
H1.HeaderClassName
{
color: #0D87AB;
}
.AnyTagClassName
{
color: #0D87AB;
}
</style>
background-color css
<style>
a { background-color: #0D87AB; }
a { background-color: rgb(13,135,171); }
div.DivClassName
{
background-color: #0D87AB;
}
.BgClassName
{
background-color: #0D87AB;
}
</style>
border-color css
<style>
span { border-color: #0D87AB; }
span { border-color: rgb(13,135,171); }
td.TdClassName
{
border-color: #0D87AB;
}
.TagClassName
{
border-color: #0D87AB;
}
</style>