Shades of Cerulean #0882B1
Tints of Cerulean #0882B1
RGB
CMYK
RGB Variations
Color information
#0882B1 (or 0x0882B1) is known color: Cerulean. HEX triplet: 08, 82 and B1. RGB value is (8,130,177). Sum of RGB (Red+Green+Blue) = 8+130+177=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #0882B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0882B1 is #F77D4E. Grayscale: #626262. Windows color (decimal): -16219471 or 11633160. OLE color: 11633160.
HSL color Cylindrical-coordinate representation of color #0882B1: hue angle of 196.69º 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 #0882B1 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 130 | 177 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.31 |
| HSL | 196.69º | 0.91% | 0.36% | - |
| HSV(B) | 196.69º | 0.95% | 0.69% | - |
| XYZ | 16.02 | 19.19 | 44.45 | - |
| YUV | 98.88 | 172.08 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 177 | 0.95 | 0.27 | 0 | 0.31 | 196.69 | 0.91 | 0.36 |
| Hex | 8 | 82 | B1 | 5F | 1B | 0 | 1F | C5 | 5B | 24 |
| Octal | 10 | 202 | 261 | 137 | 33 | 0 | 37 | 305 | 133 | 44 |
| Binary | 1000 | 10000010 | 10110001 | 1011111 | 11011 | 0 | 11111 | 11000101 | 1011011 | 100100 |
Color Harmonies of #0882B1
Complementary color
Monochromatic Colors of #0882B1
Black with #0882B1
Text Example
Text Example
White with #0882B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0882B1; }
p { color: rgb(8,130,177); }
H1.HeaderClassName
{
color: #0882B1;
}
.AnyTagClassName
{
color: #0882B1;
}
</style>
background-color css
<style>
a { background-color: #0882B1; }
a { background-color: rgb(8,130,177); }
div.DivClassName
{
background-color: #0882B1;
}
.BgClassName
{
background-color: #0882B1;
}
</style>
border-color css
<style>
span { border-color: #0882B1; }
span { border-color: rgb(8,130,177); }
td.TdClassName
{
border-color: #0882B1;
}
.TagClassName
{
border-color: #0882B1;
}
</style>