Shades of Cerulean #0D81A4
Tints of Cerulean #0D81A4
RGB
CMYK
RGB Variations
Color information
#0D81A4 (or 0x0D81A4) is known color: Cerulean. HEX triplet: 0D, 81 and A4. RGB value is (13,129,164). Sum of RGB (Red+Green+Blue) = 13+129+164=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #0D81A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D81A4 is #F27E5B. Grayscale: #626262. Windows color (decimal): -15892060 or 10780941. OLE color: 10780941.
HSL color Cylindrical-coordinate representation of color #0D81A4: hue angle of 193.91º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D81A4 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 129 | 164 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.36 |
| HSL | 193.91º | 0.85% | 0.35% | - |
| HSV(B) | 193.91º | 0.92% | 0.64% | - |
| XYZ | 14.72 | 18.47 | 37.91 | - |
| YUV | 98.31 | 165.07 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 164 | 0.92 | 0.21 | 0 | 0.36 | 193.91 | 0.85 | 0.35 |
| Hex | D | 81 | A4 | 5C | 15 | 0 | 24 | C2 | 55 | 23 |
| Octal | 15 | 201 | 244 | 134 | 25 | 0 | 44 | 302 | 125 | 43 |
| Binary | 1101 | 10000001 | 10100100 | 1011100 | 10101 | 0 | 100100 | 11000010 | 1010101 | 100011 |
Color Harmonies of #0D81A4
Complementary color
Monochromatic Colors of #0D81A4
Black with #0D81A4
Text Example
Text Example
White with #0D81A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D81A4; }
p { color: rgb(13,129,164); }
H1.HeaderClassName
{
color: #0D81A4;
}
.AnyTagClassName
{
color: #0D81A4;
}
</style>
background-color css
<style>
a { background-color: #0D81A4; }
a { background-color: rgb(13,129,164); }
div.DivClassName
{
background-color: #0D81A4;
}
.BgClassName
{
background-color: #0D81A4;
}
</style>
border-color css
<style>
span { border-color: #0D81A4; }
span { border-color: rgb(13,129,164); }
td.TdClassName
{
border-color: #0D81A4;
}
.TagClassName
{
border-color: #0D81A4;
}
</style>