Shades of Cerulean #086FA4
Tints of Cerulean #086FA4
RGB
CMYK
RGB Variations
Color information
#086FA4 (or 0x086FA4) is known color: Cerulean. HEX triplet: 08, 6F and A4. RGB value is (8,111,164). Sum of RGB (Red+Green+Blue) = 8+111+164=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #086FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086FA4 is #F7905B. Grayscale: #555555. Windows color (decimal): -16224348 or 10776328. OLE color: 10776328.
HSL color Cylindrical-coordinate representation of color #086FA4: hue angle of 200.38º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086FA4 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 111 | 164 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.36 |
| HSL | 200.38º | 0.91% | 0.34% | - |
| HSV(B) | 200.38º | 0.95% | 0.64% | - |
| XYZ | 12.49 | 14.1 | 37.19 | - |
| YUV | 86.25 | 171.88 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 164 | 0.95 | 0.32 | 0 | 0.36 | 200.38 | 0.91 | 0.34 |
| Hex | 8 | 6F | A4 | 5F | 20 | 0 | 24 | C8 | 5B | 22 |
| Octal | 10 | 157 | 244 | 137 | 40 | 0 | 44 | 310 | 133 | 42 |
| Binary | 1000 | 1101111 | 10100100 | 1011111 | 100000 | 0 | 100100 | 11001000 | 1011011 | 100010 |
Color Harmonies of #086FA4
Complementary color
Monochromatic Colors of #086FA4
Black with #086FA4
Text Example
Text Example
White with #086FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FA4; }
p { color: rgb(8,111,164); }
H1.HeaderClassName
{
color: #086FA4;
}
.AnyTagClassName
{
color: #086FA4;
}
</style>
background-color css
<style>
a { background-color: #086FA4; }
a { background-color: rgb(8,111,164); }
div.DivClassName
{
background-color: #086FA4;
}
.BgClassName
{
background-color: #086FA4;
}
</style>
border-color css
<style>
span { border-color: #086FA4; }
span { border-color: rgb(8,111,164); }
td.TdClassName
{
border-color: #086FA4;
}
.TagClassName
{
border-color: #086FA4;
}
</style>