Shades of Cerulean #086694
Tints of Cerulean #086694
RGB
CMYK
RGB Variations
Color information
#086694 (or 0x086694) is known color: Cerulean. HEX triplet: 08, 66 and 94. RGB value is (8,102,148). Sum of RGB (Red+Green+Blue) = 8+102+148=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #086694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086694 is #F7996B. Grayscale: #4E4E4E. Windows color (decimal): -16226668 or 9725448. OLE color: 9725448.
HSL color Cylindrical-coordinate representation of color #086694: hue angle of 199.71º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086694 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 102 | 148 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.42 |
| HSL | 199.71º | 0.9% | 0.31% | - |
| HSV(B) | 199.71º | 0.95% | 0.58% | - |
| XYZ | 10.2 | 11.69 | 29.74 | - |
| YUV | 79.14 | 166.86 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 148 | 0.95 | 0.31 | 0 | 0.42 | 199.71 | 0.9 | 0.31 |
| Hex | 8 | 66 | 94 | 5F | 1F | 0 | 2A | C8 | 5A | 1F |
| Octal | 10 | 146 | 224 | 137 | 37 | 0 | 52 | 310 | 132 | 37 |
| Binary | 1000 | 1100110 | 10010100 | 1011111 | 11111 | 0 | 101010 | 11001000 | 1011010 | 11111 |
Color Harmonies of #086694
Complementary color
Monochromatic Colors of #086694
Black with #086694
Text Example
Text Example
White with #086694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086694; }
p { color: rgb(8,102,148); }
H1.HeaderClassName
{
color: #086694;
}
.AnyTagClassName
{
color: #086694;
}
</style>
background-color css
<style>
a { background-color: #086694; }
a { background-color: rgb(8,102,148); }
div.DivClassName
{
background-color: #086694;
}
.BgClassName
{
background-color: #086694;
}
</style>
border-color css
<style>
span { border-color: #086694; }
span { border-color: rgb(8,102,148); }
td.TdClassName
{
border-color: #086694;
}
.TagClassName
{
border-color: #086694;
}
</style>