Shades of Cerulean #087197
Tints of Cerulean #087197
RGB
CMYK
RGB Variations
Color information
#087197 (or 0x087197) is known color: Cerulean. HEX triplet: 08, 71 and 97. RGB value is (8,113,151). Sum of RGB (Red+Green+Blue) = 8+113+151=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #087197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087197 is #F78E68. Grayscale: #555555. Windows color (decimal): -16223849 or 9924872. OLE color: 9924872.
HSL color Cylindrical-coordinate representation of color #087197: hue angle of 195.94º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087197 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 113 | 151 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.41 |
| HSL | 195.94º | 0.9% | 0.31% | - |
| HSV(B) | 195.94º | 0.95% | 0.59% | - |
| XYZ | 11.59 | 14.1 | 31.39 | - |
| YUV | 85.94 | 164.71 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 151 | 0.95 | 0.25 | 0 | 0.41 | 195.94 | 0.9 | 0.31 |
| Hex | 8 | 71 | 97 | 5F | 19 | 0 | 29 | C4 | 5A | 1F |
| Octal | 10 | 161 | 227 | 137 | 31 | 0 | 51 | 304 | 132 | 37 |
| Binary | 1000 | 1110001 | 10010111 | 1011111 | 11001 | 0 | 101001 | 11000100 | 1011010 | 11111 |
Color Harmonies of #087197
Complementary color
Monochromatic Colors of #087197
Black with #087197
Text Example
Text Example
White with #087197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087197; }
p { color: rgb(8,113,151); }
H1.HeaderClassName
{
color: #087197;
}
.AnyTagClassName
{
color: #087197;
}
</style>
background-color css
<style>
a { background-color: #087197; }
a { background-color: rgb(8,113,151); }
div.DivClassName
{
background-color: #087197;
}
.BgClassName
{
background-color: #087197;
}
</style>
border-color css
<style>
span { border-color: #087197; }
span { border-color: rgb(8,113,151); }
td.TdClassName
{
border-color: #087197;
}
.TagClassName
{
border-color: #087197;
}
</style>