Shades of Cerulean #087593
Tints of Cerulean #087593
RGB
CMYK
RGB Variations
Color information
#087593 (or 0x087593) is known color: Cerulean. HEX triplet: 08, 75 and 93. RGB value is (8,117,147). Sum of RGB (Red+Green+Blue) = 8+117+147=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #087593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087593 is #F78A6C. Grayscale: #575757. Windows color (decimal): -16222829 or 9663752. OLE color: 9663752.
HSL color Cylindrical-coordinate representation of color #087593: hue angle of 192.95º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087593 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 117 | 147 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.42 |
| HSL | 192.95º | 0.9% | 0.3% | - |
| HSV(B) | 192.95º | 0.95% | 0.58% | - |
| XYZ | 11.73 | 14.88 | 29.86 | - |
| YUV | 87.83 | 161.39 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 147 | 0.95 | 0.20 | 0 | 0.42 | 192.95 | 0.9 | 0.3 |
| Hex | 8 | 75 | 93 | 5F | 14 | 0 | 2A | C1 | 5A | 1E |
| Octal | 10 | 165 | 223 | 137 | 24 | 0 | 52 | 301 | 132 | 36 |
| Binary | 1000 | 1110101 | 10010011 | 1011111 | 10100 | 0 | 101010 | 11000001 | 1011010 | 11110 |
Color Harmonies of #087593
Complementary color
Monochromatic Colors of #087593
Black with #087593
Text Example
Text Example
White with #087593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087593; }
p { color: rgb(8,117,147); }
H1.HeaderClassName
{
color: #087593;
}
.AnyTagClassName
{
color: #087593;
}
</style>
background-color css
<style>
a { background-color: #087593; }
a { background-color: rgb(8,117,147); }
div.DivClassName
{
background-color: #087593;
}
.BgClassName
{
background-color: #087593;
}
</style>
border-color css
<style>
span { border-color: #087593; }
span { border-color: rgb(8,117,147); }
td.TdClassName
{
border-color: #087593;
}
.TagClassName
{
border-color: #087593;
}
</style>