Shades of Cerulean #087CA0
Tints of Cerulean #087CA0
RGB
CMYK
RGB Variations
Color information
#087CA0 (or 0x087CA0) is known color: Cerulean. HEX triplet: 08, 7C and A0. RGB value is (8,124,160). Sum of RGB (Red+Green+Blue) = 8+124+160=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 160 (62.89% from 255 or 54.79% from 292); Max value from RGB is 160 - color contains mainly: blue. Hex color #087CA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087CA0 is #F7835F. Grayscale: #5D5D5D. Windows color (decimal): -16221024 or 10517512. OLE color: 10517512.
HSL color Cylindrical-coordinate representation of color #087CA0: hue angle of 194.21º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087CA0 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 124 | 160 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.37 |
| HSL | 194.21º | 0.9% | 0.33% | - |
| HSV(B) | 194.21º | 0.95% | 0.63% | - |
| XYZ | 13.65 | 17 | 35.82 | - |
| YUV | 93.42 | 165.57 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 160 | 0.95 | 0.22 | 0 | 0.37 | 194.21 | 0.9 | 0.33 |
| Hex | 8 | 7C | A0 | 5F | 16 | 0 | 25 | C2 | 5A | 21 |
| Octal | 10 | 174 | 240 | 137 | 26 | 0 | 45 | 302 | 132 | 41 |
| Binary | 1000 | 1111100 | 10100000 | 1011111 | 10110 | 0 | 100101 | 11000010 | 1011010 | 100001 |
Color Harmonies of #087CA0
Complementary color
Monochromatic Colors of #087CA0
Black with #087CA0
Text Example
Text Example
White with #087CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CA0; }
p { color: rgb(8,124,160); }
H1.HeaderClassName
{
color: #087CA0;
}
.AnyTagClassName
{
color: #087CA0;
}
</style>
background-color css
<style>
a { background-color: #087CA0; }
a { background-color: rgb(8,124,160); }
div.DivClassName
{
background-color: #087CA0;
}
.BgClassName
{
background-color: #087CA0;
}
</style>
border-color css
<style>
span { border-color: #087CA0; }
span { border-color: rgb(8,124,160); }
td.TdClassName
{
border-color: #087CA0;
}
.TagClassName
{
border-color: #087CA0;
}
</style>