Shades of Cerulean #086FA0
Tints of Cerulean #086FA0
RGB
CMYK
RGB Variations
Color information
#086FA0 (or 0x086FA0) is known color: Cerulean. HEX triplet: 08, 6F and A0. RGB value is (8,111,160). Sum of RGB (Red+Green+Blue) = 8+111+160=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #086FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086FA0 is #F7905F. Grayscale: #555555. Windows color (decimal): -16224352 or 10514184. OLE color: 10514184.
HSL color Cylindrical-coordinate representation of color #086FA0: hue angle of 199.34º 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 #086FA0 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 111 | 160 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.37 |
| HSL | 199.34º | 0.9% | 0.33% | - |
| HSV(B) | 199.34º | 0.95% | 0.63% | - |
| XYZ | 12.13 | 13.96 | 35.31 | - |
| YUV | 85.79 | 169.88 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 160 | 0.95 | 0.31 | 0 | 0.37 | 199.34 | 0.9 | 0.33 |
| Hex | 8 | 6F | A0 | 5F | 1F | 0 | 25 | C7 | 5A | 21 |
| Octal | 10 | 157 | 240 | 137 | 37 | 0 | 45 | 307 | 132 | 41 |
| Binary | 1000 | 1101111 | 10100000 | 1011111 | 11111 | 0 | 100101 | 11000111 | 1011010 | 100001 |
Color Harmonies of #086FA0
Complementary color
Monochromatic Colors of #086FA0
Black with #086FA0
Text Example
Text Example
White with #086FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FA0; }
p { color: rgb(8,111,160); }
H1.HeaderClassName
{
color: #086FA0;
}
.AnyTagClassName
{
color: #086FA0;
}
</style>
background-color css
<style>
a { background-color: #086FA0; }
a { background-color: rgb(8,111,160); }
div.DivClassName
{
background-color: #086FA0;
}
.BgClassName
{
background-color: #086FA0;
}
</style>
border-color css
<style>
span { border-color: #086FA0; }
span { border-color: rgb(8,111,160); }
td.TdClassName
{
border-color: #086FA0;
}
.TagClassName
{
border-color: #086FA0;
}
</style>