Shades of Cerulean #0081BA
Tints of Cerulean #0081BA
RGB
CMYK
RGB Variations
Color information
#0081BA (or 0x0081BA) is known color: Cerulean. HEX triplet: 00, 81 and BA. RGB value is (0,129,186). Sum of RGB (Red+Green+Blue) = 0+129+186=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #0081BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0081BA is #FF7E45. Grayscale: #606060. Windows color (decimal): -16744006 or 12222720. OLE color: 12222720.
HSL color Cylindrical-coordinate representation of color #0081BA: hue angle of 198.39º 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 #0081BA is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 129 | 186 | - |
| CMYK | 1 | 0.31 | 0 | 0.27 |
| HSL | 198.39º | 1% | 0.36% | - |
| HSV(B) | 198.39º | 1% | 0.73% | - |
| XYZ | 16.71 | 19.25 | 49.29 | - |
| YUV | 96.93 | 178.26 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 186 | 1 | 0.31 | 0 | 0.27 | 198.39 | 1 | 0.36 |
| Hex | 0 | 81 | BA | 64 | 1F | 0 | 1B | C6 | 64 | 24 |
| Octal | 0 | 201 | 272 | 144 | 37 | 0 | 33 | 306 | 144 | 44 |
| Binary | 0 | 10000001 | 10111010 | 1100100 | 11111 | 0 | 11011 | 11000110 | 1100100 | 100100 |
Color Harmonies of #0081BA
Complementary color
Monochromatic Colors of #0081BA
Black with #0081BA
Text Example
Text Example
White with #0081BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0081BA; }
p { color: rgb(0,129,186); }
H1.HeaderClassName
{
color: #0081BA;
}
.AnyTagClassName
{
color: #0081BA;
}
</style>
background-color css
<style>
a { background-color: #0081BA; }
a { background-color: rgb(0,129,186); }
div.DivClassName
{
background-color: #0081BA;
}
.BgClassName
{
background-color: #0081BA;
}
</style>
border-color css
<style>
span { border-color: #0081BA; }
span { border-color: rgb(0,129,186); }
td.TdClassName
{
border-color: #0081BA;
}
.TagClassName
{
border-color: #0081BA;
}
</style>