Shades of Cerulean #0D81AC
Tints of Cerulean #0D81AC
RGB
CMYK
RGB Variations
Color information
#0D81AC (or 0x0D81AC) is known color: Cerulean. HEX triplet: 0D, 81 and AC. RGB value is (13,129,172). Sum of RGB (Red+Green+Blue) = 13+129+172=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D81AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D81AC is #F27E53. Grayscale: #626262. Windows color (decimal): -15892052 or 11305229. OLE color: 11305229.
HSL color Cylindrical-coordinate representation of color #0D81AC: hue angle of 196.23º 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 #0D81AC is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 129 | 172 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.33 |
| HSL | 196.23º | 0.86% | 0.36% | - |
| HSV(B) | 196.23º | 0.92% | 0.67% | - |
| XYZ | 15.46 | 18.76 | 41.84 | - |
| YUV | 99.22 | 169.07 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 172 | 0.92 | 0.25 | 0 | 0.33 | 196.23 | 0.86 | 0.36 |
| Hex | D | 81 | AC | 5C | 19 | 0 | 21 | C4 | 56 | 24 |
| Octal | 15 | 201 | 254 | 134 | 31 | 0 | 41 | 304 | 126 | 44 |
| Binary | 1101 | 10000001 | 10101100 | 1011100 | 11001 | 0 | 100001 | 11000100 | 1010110 | 100100 |
Color Harmonies of #0D81AC
Complementary color
Monochromatic Colors of #0D81AC
Black with #0D81AC
Text Example
Text Example
White with #0D81AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D81AC; }
p { color: rgb(13,129,172); }
H1.HeaderClassName
{
color: #0D81AC;
}
.AnyTagClassName
{
color: #0D81AC;
}
</style>
background-color css
<style>
a { background-color: #0D81AC; }
a { background-color: rgb(13,129,172); }
div.DivClassName
{
background-color: #0D81AC;
}
.BgClassName
{
background-color: #0D81AC;
}
</style>
border-color css
<style>
span { border-color: #0D81AC; }
span { border-color: rgb(13,129,172); }
td.TdClassName
{
border-color: #0D81AC;
}
.TagClassName
{
border-color: #0D81AC;
}
</style>