Shades of Dark Cerulean #085382
Tints of Dark Cerulean #085382
RGB
CMYK
RGB Variations
Color information
#085382 (or 0x085382) is known color: Dark Cerulean. HEX triplet: 08, 53 and 82. RGB value is (8,83,130). Sum of RGB (Red+Green+Blue) = 8+83+130=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #085382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085382 is #F7AC7D. Grayscale: #414141. Windows color (decimal): -16231550 or 8540936. OLE color: 8540936.
HSL color Cylindrical-coordinate representation of color #085382: hue angle of 203.11º 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 #085382 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 83 | 130 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.49 |
| HSL | 203.11º | 0.88% | 0.27% | - |
| HSV(B) | 203.11º | 0.94% | 0.51% | - |
| XYZ | 7.22 | 7.85 | 22.25 | - |
| YUV | 65.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 130 | 0.94 | 0.36 | 0 | 0.49 | 203.11 | 0.88 | 0.27 |
| Hex | 8 | 53 | 82 | 5E | 24 | 0 | 31 | CB | 58 | 1B |
| Octal | 10 | 123 | 202 | 136 | 44 | 0 | 61 | 313 | 130 | 33 |
| Binary | 1000 | 1010011 | 10000010 | 1011110 | 100100 | 0 | 110001 | 11001011 | 1011000 | 11011 |
Color Harmonies of #085382
Complementary color
Monochromatic Colors of #085382
Black with #085382
Text Example
Text Example
White with #085382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085382; }
p { color: rgb(8,83,130); }
H1.HeaderClassName
{
color: #085382;
}
.AnyTagClassName
{
color: #085382;
}
</style>
background-color css
<style>
a { background-color: #085382; }
a { background-color: rgb(8,83,130); }
div.DivClassName
{
background-color: #085382;
}
.BgClassName
{
background-color: #085382;
}
</style>
border-color css
<style>
span { border-color: #085382; }
span { border-color: rgb(8,83,130); }
td.TdClassName
{
border-color: #085382;
}
.TagClassName
{
border-color: #085382;
}
</style>