Shades of Cerulean #086797
Tints of Cerulean #086797
RGB
CMYK
RGB Variations
Color information
#086797 (or 0x086797) is known color: Cerulean. HEX triplet: 08, 67 and 97. RGB value is (8,103,151). Sum of RGB (Red+Green+Blue) = 8+103+151=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #086797 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086797 is #F79868. Grayscale: #4F4F4F. Windows color (decimal): -16226409 or 9922312. OLE color: 9922312.
HSL color Cylindrical-coordinate representation of color #086797: hue angle of 200.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086797 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 103 | 151 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.41 |
| HSL | 200.14º | 0.9% | 0.31% | - |
| HSV(B) | 200.14º | 0.95% | 0.59% | - |
| XYZ | 10.54 | 11.99 | 31.04 | - |
| YUV | 80.07 | 168.03 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 151 | 0.95 | 0.32 | 0 | 0.41 | 200.14 | 0.9 | 0.31 |
| Hex | 8 | 67 | 97 | 5F | 20 | 0 | 29 | C8 | 5A | 1F |
| Octal | 10 | 147 | 227 | 137 | 40 | 0 | 51 | 310 | 132 | 37 |
| Binary | 1000 | 1100111 | 10010111 | 1011111 | 100000 | 0 | 101001 | 11001000 | 1011010 | 11111 |
Color Harmonies of #086797
Complementary color
Monochromatic Colors of #086797
Black with #086797
Text Example
Text Example
White with #086797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086797; }
p { color: rgb(8,103,151); }
H1.HeaderClassName
{
color: #086797;
}
.AnyTagClassName
{
color: #086797;
}
</style>
background-color css
<style>
a { background-color: #086797; }
a { background-color: rgb(8,103,151); }
div.DivClassName
{
background-color: #086797;
}
.BgClassName
{
background-color: #086797;
}
</style>
border-color css
<style>
span { border-color: #086797; }
span { border-color: rgb(8,103,151); }
td.TdClassName
{
border-color: #086797;
}
.TagClassName
{
border-color: #086797;
}
</style>