Shades of Dark Cerulean #085293
Tints of Dark Cerulean #085293
RGB
CMYK
RGB Variations
Color information
#085293 (or 0x085293) is known color: Dark Cerulean. HEX triplet: 08, 52 and 93. RGB value is (8,82,147). Sum of RGB (Red+Green+Blue) = 8+82+147=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #085293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085293 is #F7AD6C. Grayscale: #424242. Windows color (decimal): -16231789 or 9654792. OLE color: 9654792.
HSL color Cylindrical-coordinate representation of color #085293: hue angle of 208.06º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085293 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 82 | 147 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.42 |
| HSL | 208.06º | 0.9% | 0.3% | - |
| HSV(B) | 208.06º | 0.95% | 0.58% | - |
| XYZ | 8.38 | 8.19 | 28.74 | - |
| YUV | 67.28 | 172.98 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 147 | 0.95 | 0.44 | 0 | 0.42 | 208.06 | 0.9 | 0.3 |
| Hex | 8 | 52 | 93 | 5F | 2C | 0 | 2A | D0 | 5A | 1E |
| Octal | 10 | 122 | 223 | 137 | 54 | 0 | 52 | 320 | 132 | 36 |
| Binary | 1000 | 1010010 | 10010011 | 1011111 | 101100 | 0 | 101010 | 11010000 | 1011010 | 11110 |
Color Harmonies of #085293
Complementary color
Monochromatic Colors of #085293
Black with #085293
Text Example
Text Example
White with #085293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085293; }
p { color: rgb(8,82,147); }
H1.HeaderClassName
{
color: #085293;
}
.AnyTagClassName
{
color: #085293;
}
</style>
background-color css
<style>
a { background-color: #085293; }
a { background-color: rgb(8,82,147); }
div.DivClassName
{
background-color: #085293;
}
.BgClassName
{
background-color: #085293;
}
</style>
border-color css
<style>
span { border-color: #085293; }
span { border-color: rgb(8,82,147); }
td.TdClassName
{
border-color: #085293;
}
.TagClassName
{
border-color: #085293;
}
</style>