Shades of Cerulean #087795
Tints of Cerulean #087795
RGB
CMYK
RGB Variations
Color information
#087795 (or 0x087795) is known color: Cerulean. HEX triplet: 08, 77 and 95. RGB value is (8,119,149). Sum of RGB (Red+Green+Blue) = 8+119+149=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #087795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087795 is #F7886A. Grayscale: #595959. Windows color (decimal): -16222315 or 9795336. OLE color: 9795336.
HSL color Cylindrical-coordinate representation of color #087795: hue angle of 192.77º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087795 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 119 | 149 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.42 |
| HSL | 192.77º | 0.9% | 0.31% | - |
| HSV(B) | 192.77º | 0.95% | 0.58% | - |
| XYZ | 12.12 | 15.42 | 30.77 | - |
| YUV | 89.23 | 161.73 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 149 | 0.95 | 0.20 | 0 | 0.42 | 192.77 | 0.9 | 0.31 |
| Hex | 8 | 77 | 95 | 5F | 14 | 0 | 2A | C1 | 5A | 1F |
| Octal | 10 | 167 | 225 | 137 | 24 | 0 | 52 | 301 | 132 | 37 |
| Binary | 1000 | 1110111 | 10010101 | 1011111 | 10100 | 0 | 101010 | 11000001 | 1011010 | 11111 |
Color Harmonies of #087795
Complementary color
Monochromatic Colors of #087795
Black with #087795
Text Example
Text Example
White with #087795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087795; }
p { color: rgb(8,119,149); }
H1.HeaderClassName
{
color: #087795;
}
.AnyTagClassName
{
color: #087795;
}
</style>
background-color css
<style>
a { background-color: #087795; }
a { background-color: rgb(8,119,149); }
div.DivClassName
{
background-color: #087795;
}
.BgClassName
{
background-color: #087795;
}
</style>
border-color css
<style>
span { border-color: #087795; }
span { border-color: rgb(8,119,149); }
td.TdClassName
{
border-color: #087795;
}
.TagClassName
{
border-color: #087795;
}
</style>