Shades of Dark Cerulean #085278
Tints of Dark Cerulean #085278
RGB
CMYK
RGB Variations
Color information
#085278 (or 0x085278) is known color: Dark Cerulean. HEX triplet: 08, 52 and 78. RGB value is (8,82,120). Sum of RGB (Red+Green+Blue) = 8+82+120=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #085278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085278 is #F7AD87. Grayscale: #3F3F3F. Windows color (decimal): -16231816 or 7885320. OLE color: 7885320.
HSL color Cylindrical-coordinate representation of color #085278: hue angle of 200.36º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085278 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 82 | 120 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.53 |
| HSL | 200.36º | 0.88% | 0.25% | - |
| HSV(B) | 200.36º | 0.93% | 0.47% | - |
| XYZ | 6.51 | 7.44 | 18.86 | - |
| YUV | 64.21 | 159.48 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 120 | 0.93 | 0.32 | 0 | 0.53 | 200.36 | 0.88 | 0.25 |
| Hex | 8 | 52 | 78 | 5D | 20 | 0 | 35 | C8 | 58 | 19 |
| Octal | 10 | 122 | 170 | 135 | 40 | 0 | 65 | 310 | 130 | 31 |
| Binary | 1000 | 1010010 | 1111000 | 1011101 | 100000 | 0 | 110101 | 11001000 | 1011000 | 11001 |
Color Harmonies of #085278
Complementary color
Monochromatic Colors of #085278
Black with #085278
Text Example
Text Example
White with #085278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085278; }
p { color: rgb(8,82,120); }
H1.HeaderClassName
{
color: #085278;
}
.AnyTagClassName
{
color: #085278;
}
</style>
background-color css
<style>
a { background-color: #085278; }
a { background-color: rgb(8,82,120); }
div.DivClassName
{
background-color: #085278;
}
.BgClassName
{
background-color: #085278;
}
</style>
border-color css
<style>
span { border-color: #085278; }
span { border-color: rgb(8,82,120); }
td.TdClassName
{
border-color: #085278;
}
.TagClassName
{
border-color: #085278;
}
</style>