Shades of Cerulean #087397
Tints of Cerulean #087397
RGB
CMYK
RGB Variations
Color information
#087397 (or 0x087397) is known color: Cerulean. HEX triplet: 08, 73 and 97. RGB value is (8,115,151). Sum of RGB (Red+Green+Blue) = 8+115+151=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #087397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087397 is #F78C68. Grayscale: #565656. Windows color (decimal): -16223337 or 9925384. OLE color: 9925384.
HSL color Cylindrical-coordinate representation of color #087397: hue angle of 195.1º 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 #087397 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 115 | 151 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.41 |
| HSL | 195.1º | 0.9% | 0.31% | - |
| HSV(B) | 195.1º | 0.95% | 0.59% | - |
| XYZ | 11.82 | 14.55 | 31.46 | - |
| YUV | 87.11 | 164.05 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 151 | 0.95 | 0.24 | 0 | 0.41 | 195.1 | 0.9 | 0.31 |
| Hex | 8 | 73 | 97 | 5F | 18 | 0 | 29 | C3 | 5A | 1F |
| Octal | 10 | 163 | 227 | 137 | 30 | 0 | 51 | 303 | 132 | 37 |
| Binary | 1000 | 1110011 | 10010111 | 1011111 | 11000 | 0 | 101001 | 11000011 | 1011010 | 11111 |
Color Harmonies of #087397
Complementary color
Monochromatic Colors of #087397
Black with #087397
Text Example
Text Example
White with #087397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087397; }
p { color: rgb(8,115,151); }
H1.HeaderClassName
{
color: #087397;
}
.AnyTagClassName
{
color: #087397;
}
</style>
background-color css
<style>
a { background-color: #087397; }
a { background-color: rgb(8,115,151); }
div.DivClassName
{
background-color: #087397;
}
.BgClassName
{
background-color: #087397;
}
</style>
border-color css
<style>
span { border-color: #087397; }
span { border-color: rgb(8,115,151); }
td.TdClassName
{
border-color: #087397;
}
.TagClassName
{
border-color: #087397;
}
</style>