Shades of Dark Cerulean #085188
Tints of Dark Cerulean #085188
RGB
CMYK
RGB Variations
Color information
#085188 (or 0x085188) is known color: Dark Cerulean. HEX triplet: 08, 51 and 88. RGB value is (8,81,136). Sum of RGB (Red+Green+Blue) = 8+81+136=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #085188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085188 is #F7AE77. Grayscale: #414141. Windows color (decimal): -16232056 or 8933640. OLE color: 8933640.
HSL color Cylindrical-coordinate representation of color #085188: hue angle of 205.78º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085188 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 81 | 136 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.47 |
| HSL | 205.78º | 0.89% | 0.28% | - |
| HSV(B) | 205.78º | 0.94% | 0.53% | - |
| XYZ | 7.49 | 7.71 | 24.39 | - |
| YUV | 65.44 | 167.82 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 136 | 0.94 | 0.40 | 0 | 0.47 | 205.78 | 0.89 | 0.28 |
| Hex | 8 | 51 | 88 | 5E | 28 | 0 | 2F | CE | 59 | 1C |
| Octal | 10 | 121 | 210 | 136 | 50 | 0 | 57 | 316 | 131 | 34 |
| Binary | 1000 | 1010001 | 10001000 | 1011110 | 101000 | 0 | 101111 | 11001110 | 1011001 | 11100 |
Color Harmonies of #085188
Complementary color
Monochromatic Colors of #085188
Black with #085188
Text Example
Text Example
White with #085188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085188; }
p { color: rgb(8,81,136); }
H1.HeaderClassName
{
color: #085188;
}
.AnyTagClassName
{
color: #085188;
}
</style>
background-color css
<style>
a { background-color: #085188; }
a { background-color: rgb(8,81,136); }
div.DivClassName
{
background-color: #085188;
}
.BgClassName
{
background-color: #085188;
}
</style>
border-color css
<style>
span { border-color: #085188; }
span { border-color: rgb(8,81,136); }
td.TdClassName
{
border-color: #085188;
}
.TagClassName
{
border-color: #085188;
}
</style>