Shades of Dark Cerulean #085377
Tints of Dark Cerulean #085377
RGB
CMYK
RGB Variations
Color information
#085377 (or 0x085377) is known color: Dark Cerulean. HEX triplet: 08, 53 and 77. RGB value is (8,83,119). Sum of RGB (Red+Green+Blue) = 8+83+119=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #085377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085377 is #F7AC88. Grayscale: #404040. Windows color (decimal): -16231561 or 7820040. OLE color: 7820040.
HSL color Cylindrical-coordinate representation of color #085377: hue angle of 199.46º degrees, saturation: 0.87, 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 #085377 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 83 | 119 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.53 |
| HSL | 199.46º | 0.87% | 0.25% | - |
| HSV(B) | 199.46º | 0.93% | 0.47% | - |
| XYZ | 6.52 | 7.57 | 18.57 | - |
| YUV | 64.68 | 158.65 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 119 | 0.93 | 0.30 | 0 | 0.53 | 199.46 | 0.87 | 0.25 |
| Hex | 8 | 53 | 77 | 5D | 1E | 0 | 35 | C7 | 57 | 19 |
| Octal | 10 | 123 | 167 | 135 | 36 | 0 | 65 | 307 | 127 | 31 |
| Binary | 1000 | 1010011 | 1110111 | 1011101 | 11110 | 0 | 110101 | 11000111 | 1010111 | 11001 |
Color Harmonies of #085377
Complementary color
Monochromatic Colors of #085377
Black with #085377
Text Example
Text Example
White with #085377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085377; }
p { color: rgb(8,83,119); }
H1.HeaderClassName
{
color: #085377;
}
.AnyTagClassName
{
color: #085377;
}
</style>
background-color css
<style>
a { background-color: #085377; }
a { background-color: rgb(8,83,119); }
div.DivClassName
{
background-color: #085377;
}
.BgClassName
{
background-color: #085377;
}
</style>
border-color css
<style>
span { border-color: #085377; }
span { border-color: rgb(8,83,119); }
td.TdClassName
{
border-color: #085377;
}
.TagClassName
{
border-color: #085377;
}
</style>