Shades of Dark Cerulean #085883
Tints of Dark Cerulean #085883
RGB
CMYK
RGB Variations
Color information
#085883 (or 0x085883) is known color: Dark Cerulean. HEX triplet: 08, 58 and 83. RGB value is (8,88,131). Sum of RGB (Red+Green+Blue) = 8+88+131=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #085883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085883 is #F7A77C. Grayscale: #444444. Windows color (decimal): -16230269 or 8607752. OLE color: 8607752.
HSL color Cylindrical-coordinate representation of color #085883: hue angle of 200.98º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085883 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 88 | 131 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.49 |
| HSL | 200.98º | 0.88% | 0.27% | - |
| HSV(B) | 200.98º | 0.94% | 0.51% | - |
| XYZ | 7.69 | 8.67 | 22.74 | - |
| YUV | 68.98 | 163 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 131 | 0.94 | 0.33 | 0 | 0.49 | 200.98 | 0.88 | 0.27 |
| Hex | 8 | 58 | 83 | 5E | 21 | 0 | 31 | C9 | 58 | 1B |
| Octal | 10 | 130 | 203 | 136 | 41 | 0 | 61 | 311 | 130 | 33 |
| Binary | 1000 | 1011000 | 10000011 | 1011110 | 100001 | 0 | 110001 | 11001001 | 1011000 | 11011 |
Color Harmonies of #085883
Complementary color
Monochromatic Colors of #085883
Black with #085883
Text Example
Text Example
White with #085883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085883; }
p { color: rgb(8,88,131); }
H1.HeaderClassName
{
color: #085883;
}
.AnyTagClassName
{
color: #085883;
}
</style>
background-color css
<style>
a { background-color: #085883; }
a { background-color: rgb(8,88,131); }
div.DivClassName
{
background-color: #085883;
}
.BgClassName
{
background-color: #085883;
}
</style>
border-color css
<style>
span { border-color: #085883; }
span { border-color: rgb(8,88,131); }
td.TdClassName
{
border-color: #085883;
}
.TagClassName
{
border-color: #085883;
}
</style>