Shades of Cerulean #085F99
Tints of Cerulean #085F99
RGB
CMYK
RGB Variations
Color information
#085F99 (or 0x085F99) is known color: Cerulean. HEX triplet: 08, 5F and 99. RGB value is (8,95,153). Sum of RGB (Red+Green+Blue) = 8+95+153=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #085F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085F99 is #F7A066. Grayscale: #4B4B4B. Windows color (decimal): -16228455 or 10051336. OLE color: 10051336.
HSL color Cylindrical-coordinate representation of color #085F99: hue angle of 204º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085F99 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 95 | 153 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.4 |
| HSL | 204º | 0.9% | 0.32% | - |
| HSV(B) | 204º | 0.95% | 0.6% | - |
| XYZ | 9.94 | 10.54 | 31.65 | - |
| YUV | 75.6 | 171.68 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 153 | 0.95 | 0.38 | 0 | 0.4 | 204 | 0.9 | 0.32 |
| Hex | 8 | 5F | 99 | 5F | 26 | 0 | 28 | CC | 5A | 20 |
| Octal | 10 | 137 | 231 | 137 | 46 | 0 | 50 | 314 | 132 | 40 |
| Binary | 1000 | 1011111 | 10011001 | 1011111 | 100110 | 0 | 101000 | 11001100 | 1011010 | 100000 |
Color Harmonies of #085F99
Complementary color
Monochromatic Colors of #085F99
Black with #085F99
Text Example
Text Example
White with #085F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F99; }
p { color: rgb(8,95,153); }
H1.HeaderClassName
{
color: #085F99;
}
.AnyTagClassName
{
color: #085F99;
}
</style>
background-color css
<style>
a { background-color: #085F99; }
a { background-color: rgb(8,95,153); }
div.DivClassName
{
background-color: #085F99;
}
.BgClassName
{
background-color: #085F99;
}
</style>
border-color css
<style>
span { border-color: #085F99; }
span { border-color: rgb(8,95,153); }
td.TdClassName
{
border-color: #085F99;
}
.TagClassName
{
border-color: #085F99;
}
</style>