Shades of Cerulean #087093
Tints of Cerulean #087093
RGB
CMYK
RGB Variations
Color information
#087093 (or 0x087093) is known color: Cerulean. HEX triplet: 08, 70 and 93. RGB value is (8,112,147). Sum of RGB (Red+Green+Blue) = 8+112+147=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #087093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087093 is #F78F6C. Grayscale: #545454. Windows color (decimal): -16224109 or 9662472. OLE color: 9662472.
HSL color Cylindrical-coordinate representation of color #087093: hue angle of 195.11º 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 #087093 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 112 | 147 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.42 |
| HSL | 195.11º | 0.9% | 0.3% | - |
| HSV(B) | 195.11º | 0.95% | 0.58% | - |
| XYZ | 11.16 | 13.75 | 29.67 | - |
| YUV | 84.89 | 163.04 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 147 | 0.95 | 0.24 | 0 | 0.42 | 195.11 | 0.9 | 0.3 |
| Hex | 8 | 70 | 93 | 5F | 18 | 0 | 2A | C3 | 5A | 1E |
| Octal | 10 | 160 | 223 | 137 | 30 | 0 | 52 | 303 | 132 | 36 |
| Binary | 1000 | 1110000 | 10010011 | 1011111 | 11000 | 0 | 101010 | 11000011 | 1011010 | 11110 |
Color Harmonies of #087093
Complementary color
Monochromatic Colors of #087093
Black with #087093
Text Example
Text Example
White with #087093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087093; }
p { color: rgb(8,112,147); }
H1.HeaderClassName
{
color: #087093;
}
.AnyTagClassName
{
color: #087093;
}
</style>
background-color css
<style>
a { background-color: #087093; }
a { background-color: rgb(8,112,147); }
div.DivClassName
{
background-color: #087093;
}
.BgClassName
{
background-color: #087093;
}
</style>
border-color css
<style>
span { border-color: #087093; }
span { border-color: rgb(8,112,147); }
td.TdClassName
{
border-color: #087093;
}
.TagClassName
{
border-color: #087093;
}
</style>