Shades of Cerulean #0084B7
Tints of Cerulean #0084B7
RGB
CMYK
RGB Variations
Color information
#0084B7 (or 0x0084B7) is known color: Cerulean. HEX triplet: 00, 84 and B7. RGB value is (0,132,183). Sum of RGB (Red+Green+Blue) = 0+132+183=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #0084B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0084B7 is #FF7B48. Grayscale: #626262. Windows color (decimal): -16743241 or 12026880. OLE color: 12026880.
HSL color Cylindrical-coordinate representation of color #0084B7: hue angle of 196.72º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084B7 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 132 | 183 | - |
| CMYK | 1 | 0.28 | 0 | 0.28 |
| HSL | 196.72º | 1% | 0.36% | - |
| HSV(B) | 196.72º | 1% | 0.72% | - |
| XYZ | 16.8 | 19.92 | 47.76 | - |
| YUV | 98.35 | 175.77 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 183 | 1 | 0.28 | 0 | 0.28 | 196.72 | 1 | 0.36 |
| Hex | 0 | 84 | B7 | 64 | 1C | 0 | 1C | C5 | 64 | 24 |
| Octal | 0 | 204 | 267 | 144 | 34 | 0 | 34 | 305 | 144 | 44 |
| Binary | 0 | 10000100 | 10110111 | 1100100 | 11100 | 0 | 11100 | 11000101 | 1100100 | 100100 |
Color Harmonies of #0084B7
Complementary color
Monochromatic Colors of #0084B7
Black with #0084B7
Text Example
Text Example
White with #0084B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084B7; }
p { color: rgb(0,132,183); }
H1.HeaderClassName
{
color: #0084B7;
}
.AnyTagClassName
{
color: #0084B7;
}
</style>
background-color css
<style>
a { background-color: #0084B7; }
a { background-color: rgb(0,132,183); }
div.DivClassName
{
background-color: #0084B7;
}
.BgClassName
{
background-color: #0084B7;
}
</style>
border-color css
<style>
span { border-color: #0084B7; }
span { border-color: rgb(0,132,183); }
td.TdClassName
{
border-color: #0084B7;
}
.TagClassName
{
border-color: #0084B7;
}
</style>