Shades of Cerulean #087292
Tints of Cerulean #087292
RGB
CMYK
RGB Variations
Color information
#087292 (or 0x087292) is known color: Cerulean. HEX triplet: 08, 72 and 92. RGB value is (8,114,146). Sum of RGB (Red+Green+Blue) = 8+114+146=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #087292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087292 is #F78D6D. Grayscale: #555555. Windows color (decimal): -16223598 or 9597448. OLE color: 9597448.
HSL color Cylindrical-coordinate representation of color #087292: hue angle of 193.91º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087292 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 114 | 146 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.43 |
| HSL | 193.91º | 0.9% | 0.3% | - |
| HSV(B) | 193.91º | 0.95% | 0.57% | - |
| XYZ | 11.31 | 14.16 | 29.33 | - |
| YUV | 85.95 | 161.88 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 146 | 0.95 | 0.22 | 0 | 0.43 | 193.91 | 0.9 | 0.3 |
| Hex | 8 | 72 | 92 | 5F | 16 | 0 | 2B | C2 | 5A | 1E |
| Octal | 10 | 162 | 222 | 137 | 26 | 0 | 53 | 302 | 132 | 36 |
| Binary | 1000 | 1110010 | 10010010 | 1011111 | 10110 | 0 | 101011 | 11000010 | 1011010 | 11110 |
Color Harmonies of #087292
Complementary color
Monochromatic Colors of #087292
Black with #087292
Text Example
Text Example
White with #087292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087292; }
p { color: rgb(8,114,146); }
H1.HeaderClassName
{
color: #087292;
}
.AnyTagClassName
{
color: #087292;
}
</style>
background-color css
<style>
a { background-color: #087292; }
a { background-color: rgb(8,114,146); }
div.DivClassName
{
background-color: #087292;
}
.BgClassName
{
background-color: #087292;
}
</style>
border-color css
<style>
span { border-color: #087292; }
span { border-color: rgb(8,114,146); }
td.TdClassName
{
border-color: #087292;
}
.TagClassName
{
border-color: #087292;
}
</style>