Shades of Dark Cerulean #085495
Tints of Dark Cerulean #085495
RGB
CMYK
RGB Variations
Color information
#085495 (or 0x085495) is known color: Dark Cerulean. HEX triplet: 08, 54 and 95. RGB value is (8,84,149). Sum of RGB (Red+Green+Blue) = 8+84+149=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #085495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085495 is #F7AB6A. Grayscale: #444444. Windows color (decimal): -16231275 or 9786376. OLE color: 9786376.
HSL color Cylindrical-coordinate representation of color #085495: hue angle of 207.66º 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 #085495 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 84 | 149 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.42 |
| HSL | 207.66º | 0.9% | 0.31% | - |
| HSV(B) | 207.66º | 0.95% | 0.58% | - |
| XYZ | 8.7 | 8.56 | 29.63 | - |
| YUV | 68.69 | 173.32 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 149 | 0.95 | 0.44 | 0 | 0.42 | 207.66 | 0.9 | 0.31 |
| Hex | 8 | 54 | 95 | 5F | 2C | 0 | 2A | D0 | 5A | 1F |
| Octal | 10 | 124 | 225 | 137 | 54 | 0 | 52 | 320 | 132 | 37 |
| Binary | 1000 | 1010100 | 10010101 | 1011111 | 101100 | 0 | 101010 | 11010000 | 1011010 | 11111 |
Color Harmonies of #085495
Complementary color
Monochromatic Colors of #085495
Black with #085495
Text Example
Text Example
White with #085495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085495; }
p { color: rgb(8,84,149); }
H1.HeaderClassName
{
color: #085495;
}
.AnyTagClassName
{
color: #085495;
}
</style>
background-color css
<style>
a { background-color: #085495; }
a { background-color: rgb(8,84,149); }
div.DivClassName
{
background-color: #085495;
}
.BgClassName
{
background-color: #085495;
}
</style>
border-color css
<style>
span { border-color: #085495; }
span { border-color: rgb(8,84,149); }
td.TdClassName
{
border-color: #085495;
}
.TagClassName
{
border-color: #085495;
}
</style>