Shades of Cerulean #087BA0
Tints of Cerulean #087BA0
RGB
CMYK
RGB Variations
Color information
#087BA0 (or 0x087BA0) is known color: Cerulean. HEX triplet: 08, 7B and A0. RGB value is (8,123,160). Sum of RGB (Red+Green+Blue) = 8+123+160=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #087BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087BA0 is #F7845F. Grayscale: #5C5C5C. Windows color (decimal): -16221280 or 10517256. OLE color: 10517256.
HSL color Cylindrical-coordinate representation of color #087BA0: hue angle of 194.61º 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 #087BA0 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 123 | 160 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.37 |
| HSL | 194.61º | 0.9% | 0.33% | - |
| HSV(B) | 194.61º | 0.95% | 0.63% | - |
| XYZ | 13.53 | 16.76 | 35.78 | - |
| YUV | 92.83 | 165.9 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 160 | 0.95 | 0.23 | 0 | 0.37 | 194.61 | 0.9 | 0.33 |
| Hex | 8 | 7B | A0 | 5F | 17 | 0 | 25 | C3 | 5A | 21 |
| Octal | 10 | 173 | 240 | 137 | 27 | 0 | 45 | 303 | 132 | 41 |
| Binary | 1000 | 1111011 | 10100000 | 1011111 | 10111 | 0 | 100101 | 11000011 | 1011010 | 100001 |
Color Harmonies of #087BA0
Complementary color
Monochromatic Colors of #087BA0
Black with #087BA0
Text Example
Text Example
White with #087BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BA0; }
p { color: rgb(8,123,160); }
H1.HeaderClassName
{
color: #087BA0;
}
.AnyTagClassName
{
color: #087BA0;
}
</style>
background-color css
<style>
a { background-color: #087BA0; }
a { background-color: rgb(8,123,160); }
div.DivClassName
{
background-color: #087BA0;
}
.BgClassName
{
background-color: #087BA0;
}
</style>
border-color css
<style>
span { border-color: #087BA0; }
span { border-color: rgb(8,123,160); }
td.TdClassName
{
border-color: #087BA0;
}
.TagClassName
{
border-color: #087BA0;
}
</style>