Shades of Dark Cerulean #085194
Tints of Dark Cerulean #085194
RGB
CMYK
RGB Variations
Color information
#085194 (or 0x085194) is known color: Dark Cerulean. HEX triplet: 08, 51 and 94. RGB value is (8,81,148). Sum of RGB (Red+Green+Blue) = 8+81+148=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #085194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085194 is #F7AE6B. Grayscale: #424242. Windows color (decimal): -16232044 or 9720072. OLE color: 9720072.
HSL color Cylindrical-coordinate representation of color #085194: hue angle of 208.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 #085194 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 81 | 148 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.42 |
| HSL | 208.71º | 0.9% | 0.31% | - |
| HSV(B) | 208.71º | 0.95% | 0.58% | - |
| XYZ | 8.39 | 8.07 | 29.13 | - |
| YUV | 66.81 | 173.82 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 148 | 0.95 | 0.45 | 0 | 0.42 | 208.71 | 0.9 | 0.31 |
| Hex | 8 | 51 | 94 | 5F | 2D | 0 | 2A | D1 | 5A | 1F |
| Octal | 10 | 121 | 224 | 137 | 55 | 0 | 52 | 321 | 132 | 37 |
| Binary | 1000 | 1010001 | 10010100 | 1011111 | 101101 | 0 | 101010 | 11010001 | 1011010 | 11111 |
Color Harmonies of #085194
Complementary color
Monochromatic Colors of #085194
Black with #085194
Text Example
Text Example
White with #085194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085194; }
p { color: rgb(8,81,148); }
H1.HeaderClassName
{
color: #085194;
}
.AnyTagClassName
{
color: #085194;
}
</style>
background-color css
<style>
a { background-color: #085194; }
a { background-color: rgb(8,81,148); }
div.DivClassName
{
background-color: #085194;
}
.BgClassName
{
background-color: #085194;
}
</style>
border-color css
<style>
span { border-color: #085194; }
span { border-color: rgb(8,81,148); }
td.TdClassName
{
border-color: #085194;
}
.TagClassName
{
border-color: #085194;
}
</style>