Shades of Cerulean #0C81BD
Tints of Cerulean #0C81BD
RGB
CMYK
RGB Variations
Color information
#0C81BD (or 0x0C81BD) is known color: Cerulean. HEX triplet: 0C, 81 and BD. RGB value is (12,129,189). Sum of RGB (Red+Green+Blue) = 12+129+189=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C81BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C81BD is #F37E42. Grayscale: #646464. Windows color (decimal): -15957571 or 12419340. OLE color: 12419340.
HSL color Cylindrical-coordinate representation of color #0C81BD: hue angle of 200.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C81BD is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 129 | 189 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.26 |
| HSL | 200.34º | 0.88% | 0.39% | - |
| HSV(B) | 200.34º | 0.94% | 0.74% | - |
| XYZ | 17.19 | 19.45 | 50.99 | - |
| YUV | 100.86 | 177.74 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 129 | 189 | 0.94 | 0.32 | 0 | 0.26 | 200.34 | 0.88 | 0.39 |
| Hex | C | 81 | BD | 5E | 20 | 0 | 1A | C8 | 58 | 27 |
| Octal | 14 | 201 | 275 | 136 | 40 | 0 | 32 | 310 | 130 | 47 |
| Binary | 1100 | 10000001 | 10111101 | 1011110 | 100000 | 0 | 11010 | 11001000 | 1011000 | 100111 |
Color Harmonies of #0C81BD
Complementary color
Monochromatic Colors of #0C81BD
Black with #0C81BD
Text Example
Text Example
White with #0C81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C81BD; }
p { color: rgb(12,129,189); }
H1.HeaderClassName
{
color: #0C81BD;
}
.AnyTagClassName
{
color: #0C81BD;
}
</style>
background-color css
<style>
a { background-color: #0C81BD; }
a { background-color: rgb(12,129,189); }
div.DivClassName
{
background-color: #0C81BD;
}
.BgClassName
{
background-color: #0C81BD;
}
</style>
border-color css
<style>
span { border-color: #0C81BD; }
span { border-color: rgb(12,129,189); }
td.TdClassName
{
border-color: #0C81BD;
}
.TagClassName
{
border-color: #0C81BD;
}
</style>