Shades of Dark Cerulean #084087
Tints of Dark Cerulean #084087
RGB
CMYK
RGB Variations
Color information
#084087 (or 0x084087) is known color: Dark Cerulean. HEX triplet: 08, 40 and 87. RGB value is (8,64,135). Sum of RGB (Red+Green+Blue) = 8+64+135=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #084087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084087 is #F7BF78. Grayscale: #373737. Windows color (decimal): -16236409 or 8863752. OLE color: 8863752.
HSL color Cylindrical-coordinate representation of color #084087: hue angle of 213.54º 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 #084087 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 64 | 135 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.47 |
| HSL | 213.54º | 0.89% | 0.28% | - |
| HSV(B) | 213.54º | 0.94% | 0.53% | - |
| XYZ | 6.31 | 5.47 | 23.64 | - |
| YUV | 55.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 135 | 0.94 | 0.53 | 0 | 0.47 | 213.54 | 0.89 | 0.28 |
| Hex | 8 | 40 | 87 | 5E | 35 | 0 | 2F | D6 | 59 | 1C |
| Octal | 10 | 100 | 207 | 136 | 65 | 0 | 57 | 326 | 131 | 34 |
| Binary | 1000 | 1000000 | 10000111 | 1011110 | 110101 | 0 | 101111 | 11010110 | 1011001 | 11100 |
Color Harmonies of #084087
Complementary color
Monochromatic Colors of #084087
Black with #084087
Text Example
Text Example
White with #084087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084087; }
p { color: rgb(8,64,135); }
H1.HeaderClassName
{
color: #084087;
}
.AnyTagClassName
{
color: #084087;
}
</style>
background-color css
<style>
a { background-color: #084087; }
a { background-color: rgb(8,64,135); }
div.DivClassName
{
background-color: #084087;
}
.BgClassName
{
background-color: #084087;
}
</style>
border-color css
<style>
span { border-color: #084087; }
span { border-color: rgb(8,64,135); }
td.TdClassName
{
border-color: #084087;
}
.TagClassName
{
border-color: #084087;
}
</style>