Shades of Cerulean #086FA2
Tints of Cerulean #086FA2
RGB
CMYK
RGB Variations
Color information
#086FA2 (or 0x086FA2) is known color: Cerulean. HEX triplet: 08, 6F and A2. RGB value is (8,111,162). Sum of RGB (Red+Green+Blue) = 8+111+162=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 162 (63.67% from 255 or 57.65% from 281); Max value from RGB is 162 - color contains mainly: blue. Hex color #086FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086FA2 is #F7905D. Grayscale: #555555. Windows color (decimal): -16224350 or 10645256. OLE color: 10645256.
HSL color Cylindrical-coordinate representation of color #086FA2: hue angle of 199.87º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086FA2 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 111 | 162 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.36 |
| HSL | 199.87º | 0.91% | 0.33% | - |
| HSV(B) | 199.87º | 0.95% | 0.64% | - |
| XYZ | 12.31 | 14.03 | 36.24 | - |
| YUV | 86.02 | 170.88 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 162 | 0.95 | 0.31 | 0 | 0.36 | 199.87 | 0.91 | 0.33 |
| Hex | 8 | 6F | A2 | 5F | 1F | 0 | 24 | C8 | 5B | 21 |
| Octal | 10 | 157 | 242 | 137 | 37 | 0 | 44 | 310 | 133 | 41 |
| Binary | 1000 | 1101111 | 10100010 | 1011111 | 11111 | 0 | 100100 | 11001000 | 1011011 | 100001 |
Color Harmonies of #086FA2
Complementary color
Monochromatic Colors of #086FA2
Black with #086FA2
Text Example
Text Example
White with #086FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FA2; }
p { color: rgb(8,111,162); }
H1.HeaderClassName
{
color: #086FA2;
}
.AnyTagClassName
{
color: #086FA2;
}
</style>
background-color css
<style>
a { background-color: #086FA2; }
a { background-color: rgb(8,111,162); }
div.DivClassName
{
background-color: #086FA2;
}
.BgClassName
{
background-color: #086FA2;
}
</style>
border-color css
<style>
span { border-color: #086FA2; }
span { border-color: rgb(8,111,162); }
td.TdClassName
{
border-color: #086FA2;
}
.TagClassName
{
border-color: #086FA2;
}
</style>