Shades of Dark Cerulean #085C8D
Tints of Dark Cerulean #085C8D
RGB
CMYK
RGB Variations
Color information
#085C8D (or 0x085C8D) is known color: Dark Cerulean. HEX triplet: 08, 5C and 8D. RGB value is (8,92,141). Sum of RGB (Red+Green+Blue) = 8+92+141=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #085C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C8D is #F7A372. Grayscale: #484848. Windows color (decimal): -16229235 or 9264136. OLE color: 9264136.
HSL color Cylindrical-coordinate representation of color #085C8D: hue angle of 202.11º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085C8D is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 92 | 141 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.45 |
| HSL | 202.11º | 0.89% | 0.29% | - |
| HSV(B) | 202.11º | 0.94% | 0.55% | - |
| XYZ | 8.74 | 9.63 | 26.6 | - |
| YUV | 72.47 | 166.67 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 141 | 0.94 | 0.35 | 0 | 0.45 | 202.11 | 0.89 | 0.29 |
| Hex | 8 | 5C | 8D | 5E | 23 | 0 | 2D | CA | 59 | 1D |
| Octal | 10 | 134 | 215 | 136 | 43 | 0 | 55 | 312 | 131 | 35 |
| Binary | 1000 | 1011100 | 10001101 | 1011110 | 100011 | 0 | 101101 | 11001010 | 1011001 | 11101 |
Color Harmonies of #085C8D
Complementary color
Monochromatic Colors of #085C8D
Black with #085C8D
Text Example
Text Example
White with #085C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C8D; }
p { color: rgb(8,92,141); }
H1.HeaderClassName
{
color: #085C8D;
}
.AnyTagClassName
{
color: #085C8D;
}
</style>
background-color css
<style>
a { background-color: #085C8D; }
a { background-color: rgb(8,92,141); }
div.DivClassName
{
background-color: #085C8D;
}
.BgClassName
{
background-color: #085C8D;
}
</style>
border-color css
<style>
span { border-color: #085C8D; }
span { border-color: rgb(8,92,141); }
td.TdClassName
{
border-color: #085C8D;
}
.TagClassName
{
border-color: #085C8D;
}
</style>