Shades of Cerulean #0881B1
Tints of Cerulean #0881B1
RGB
CMYK
RGB Variations
Color information
#0881B1 (or 0x0881B1) is known color: Cerulean. HEX triplet: 08, 81 and B1. RGB value is (8,129,177). Sum of RGB (Red+Green+Blue) = 8+129+177=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 177 (69.53% from 255 or 56.37% from 314); Max value from RGB is 177 - color contains mainly: blue. Hex color #0881B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0881B1 is #F77E4E. Grayscale: #616161. Windows color (decimal): -16219727 or 11632904. OLE color: 11632904.
HSL color Cylindrical-coordinate representation of color #0881B1: hue angle of 197.04º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0881B1 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 129 | 177 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.31 |
| HSL | 197.04º | 0.91% | 0.36% | - |
| HSV(B) | 197.04º | 0.95% | 0.69% | - |
| XYZ | 15.89 | 18.93 | 44.41 | - |
| YUV | 98.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 177 | 0.95 | 0.27 | 0 | 0.31 | 197.04 | 0.91 | 0.36 |
| Hex | 8 | 81 | B1 | 5F | 1B | 0 | 1F | C5 | 5B | 24 |
| Octal | 10 | 201 | 261 | 137 | 33 | 0 | 37 | 305 | 133 | 44 |
| Binary | 1000 | 10000001 | 10110001 | 1011111 | 11011 | 0 | 11111 | 11000101 | 1011011 | 100100 |
Color Harmonies of #0881B1
Complementary color
Monochromatic Colors of #0881B1
Black with #0881B1
Text Example
Text Example
White with #0881B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0881B1; }
p { color: rgb(8,129,177); }
H1.HeaderClassName
{
color: #0881B1;
}
.AnyTagClassName
{
color: #0881B1;
}
</style>
background-color css
<style>
a { background-color: #0881B1; }
a { background-color: rgb(8,129,177); }
div.DivClassName
{
background-color: #0881B1;
}
.BgClassName
{
background-color: #0881B1;
}
</style>
border-color css
<style>
span { border-color: #0881B1; }
span { border-color: rgb(8,129,177); }
td.TdClassName
{
border-color: #0881B1;
}
.TagClassName
{
border-color: #0881B1;
}
</style>