Shades of Cerulean #086095
Tints of Cerulean #086095
RGB
CMYK
RGB Variations
Color information
#086095 (or 0x086095) is known color: Cerulean. HEX triplet: 08, 60 and 95. RGB value is (8,96,149). Sum of RGB (Red+Green+Blue) = 8+96+149=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #086095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086095 is #F79F6A. Grayscale: #4B4B4B. Windows color (decimal): -16228203 or 9789448. OLE color: 9789448.
HSL color Cylindrical-coordinate representation of color #086095: hue angle of 202.55º 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 #086095 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 96 | 149 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.42 |
| HSL | 202.55º | 0.9% | 0.31% | - |
| HSV(B) | 202.55º | 0.95% | 0.58% | - |
| XYZ | 9.71 | 10.59 | 29.97 | - |
| YUV | 75.73 | 169.35 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 149 | 0.95 | 0.36 | 0 | 0.42 | 202.55 | 0.9 | 0.31 |
| Hex | 8 | 60 | 95 | 5F | 24 | 0 | 2A | CB | 5A | 1F |
| Octal | 10 | 140 | 225 | 137 | 44 | 0 | 52 | 313 | 132 | 37 |
| Binary | 1000 | 1100000 | 10010101 | 1011111 | 100100 | 0 | 101010 | 11001011 | 1011010 | 11111 |
Color Harmonies of #086095
Complementary color
Monochromatic Colors of #086095
Black with #086095
Text Example
Text Example
White with #086095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086095; }
p { color: rgb(8,96,149); }
H1.HeaderClassName
{
color: #086095;
}
.AnyTagClassName
{
color: #086095;
}
</style>
background-color css
<style>
a { background-color: #086095; }
a { background-color: rgb(8,96,149); }
div.DivClassName
{
background-color: #086095;
}
.BgClassName
{
background-color: #086095;
}
</style>
border-color css
<style>
span { border-color: #086095; }
span { border-color: rgb(8,96,149); }
td.TdClassName
{
border-color: #086095;
}
.TagClassName
{
border-color: #086095;
}
</style>