Shades of Cerulean #0081B9
Tints of Cerulean #0081B9
RGB
CMYK
RGB Variations
Color information
#0081B9 (or 0x0081B9) is known color: Cerulean. HEX triplet: 00, 81 and B9. RGB value is (0,129,185). Sum of RGB (Red+Green+Blue) = 0+129+185=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #0081B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0081B9 is #FF7E46. Grayscale: #606060. Windows color (decimal): -16744007 or 12157184. OLE color: 12157184.
HSL color Cylindrical-coordinate representation of color #0081B9: hue angle of 198.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081B9 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 129 | 185 | - |
| CMYK | 1 | 0.30 | 0 | 0.27 |
| HSL | 198.16º | 1% | 0.36% | - |
| HSV(B) | 198.16º | 1% | 0.73% | - |
| XYZ | 16.61 | 19.2 | 48.73 | - |
| YUV | 96.81 | 177.76 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 185 | 1 | 0.30 | 0 | 0.27 | 198.16 | 1 | 0.36 |
| Hex | 0 | 81 | B9 | 64 | 1E | 0 | 1B | C6 | 64 | 24 |
| Octal | 0 | 201 | 271 | 144 | 36 | 0 | 33 | 306 | 144 | 44 |
| Binary | 0 | 10000001 | 10111001 | 1100100 | 11110 | 0 | 11011 | 11000110 | 1100100 | 100100 |
Color Harmonies of #0081B9
Complementary color
Monochromatic Colors of #0081B9
Black with #0081B9
Text Example
Text Example
White with #0081B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0081B9; }
p { color: rgb(0,129,185); }
H1.HeaderClassName
{
color: #0081B9;
}
.AnyTagClassName
{
color: #0081B9;
}
</style>
background-color css
<style>
a { background-color: #0081B9; }
a { background-color: rgb(0,129,185); }
div.DivClassName
{
background-color: #0081B9;
}
.BgClassName
{
background-color: #0081B9;
}
</style>
border-color css
<style>
span { border-color: #0081B9; }
span { border-color: rgb(0,129,185); }
td.TdClassName
{
border-color: #0081B9;
}
.TagClassName
{
border-color: #0081B9;
}
</style>