Shades of Cerulean #087298
Tints of Cerulean #087298
RGB
CMYK
RGB Variations
Color information
#087298 (or 0x087298) is known color: Cerulean. HEX triplet: 08, 72 and 98. RGB value is (8,114,152). Sum of RGB (Red+Green+Blue) = 8+114+152=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #087298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087298 is #F78D67. Grayscale: #565656. Windows color (decimal): -16223592 or 9990664. OLE color: 9990664.
HSL color Cylindrical-coordinate representation of color #087298: hue angle of 195.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087298 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 114 | 152 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.40 |
| HSL | 195.83º | 0.9% | 0.31% | - |
| HSV(B) | 195.83º | 0.95% | 0.6% | - |
| XYZ | 11.78 | 14.35 | 31.86 | - |
| YUV | 86.64 | 164.88 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 152 | 0.95 | 0.25 | 0 | 0.40 | 195.83 | 0.9 | 0.31 |
| Hex | 8 | 72 | 98 | 5F | 19 | 0 | 28 | C4 | 5A | 1F |
| Octal | 10 | 162 | 230 | 137 | 31 | 0 | 50 | 304 | 132 | 37 |
| Binary | 1000 | 1110010 | 10011000 | 1011111 | 11001 | 0 | 101000 | 11000100 | 1011010 | 11111 |
Color Harmonies of #087298
Complementary color
Monochromatic Colors of #087298
Black with #087298
Text Example
Text Example
White with #087298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087298; }
p { color: rgb(8,114,152); }
H1.HeaderClassName
{
color: #087298;
}
.AnyTagClassName
{
color: #087298;
}
</style>
background-color css
<style>
a { background-color: #087298; }
a { background-color: rgb(8,114,152); }
div.DivClassName
{
background-color: #087298;
}
.BgClassName
{
background-color: #087298;
}
</style>
border-color css
<style>
span { border-color: #087298; }
span { border-color: rgb(8,114,152); }
td.TdClassName
{
border-color: #087298;
}
.TagClassName
{
border-color: #087298;
}
</style>