Shades of Dark Cerulean #085085
Tints of Dark Cerulean #085085
RGB
CMYK
RGB Variations
Color information
#085085 (or 0x085085) is known color: Dark Cerulean. HEX triplet: 08, 50 and 85. RGB value is (8,80,133). Sum of RGB (Red+Green+Blue) = 8+80+133=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #085085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085085 is #F7AF7A. Grayscale: #404040. Windows color (decimal): -16232315 or 8736776. OLE color: 8736776.
HSL color Cylindrical-coordinate representation of color #085085: hue angle of 205.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085085 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 80 | 133 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.48 |
| HSL | 205.44º | 0.89% | 0.28% | - |
| HSV(B) | 205.44º | 0.94% | 0.52% | - |
| XYZ | 7.2 | 7.48 | 23.25 | - |
| YUV | 64.51 | 166.65 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 133 | 0.94 | 0.40 | 0 | 0.48 | 205.44 | 0.89 | 0.28 |
| Hex | 8 | 50 | 85 | 5E | 28 | 0 | 30 | CD | 59 | 1C |
| Octal | 10 | 120 | 205 | 136 | 50 | 0 | 60 | 315 | 131 | 34 |
| Binary | 1000 | 1010000 | 10000101 | 1011110 | 101000 | 0 | 110000 | 11001101 | 1011001 | 11100 |
Color Harmonies of #085085
Complementary color
Monochromatic Colors of #085085
Black with #085085
Text Example
Text Example
White with #085085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085085; }
p { color: rgb(8,80,133); }
H1.HeaderClassName
{
color: #085085;
}
.AnyTagClassName
{
color: #085085;
}
</style>
background-color css
<style>
a { background-color: #085085; }
a { background-color: rgb(8,80,133); }
div.DivClassName
{
background-color: #085085;
}
.BgClassName
{
background-color: #085085;
}
</style>
border-color css
<style>
span { border-color: #085085; }
span { border-color: rgb(8,80,133); }
td.TdClassName
{
border-color: #085085;
}
.TagClassName
{
border-color: #085085;
}
</style>