Shades of Dark Cerulean #084188
Tints of Dark Cerulean #084188
RGB
CMYK
RGB Variations
Color information
#084188 (or 0x084188) is known color: Dark Cerulean. HEX triplet: 08, 41 and 88. RGB value is (8,65,136). Sum of RGB (Red+Green+Blue) = 8+65+136=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #084188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084188 is #F7BE77. Grayscale: #373737. Windows color (decimal): -16236152 or 8929544. OLE color: 8929544.
HSL color Cylindrical-coordinate representation of color #084188: hue angle of 213.28º 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 #084188 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 65 | 136 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.47 |
| HSL | 213.28º | 0.89% | 0.28% | - |
| HSV(B) | 213.28º | 0.94% | 0.53% | - |
| XYZ | 6.43 | 5.61 | 24.04 | - |
| YUV | 56.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 136 | 0.94 | 0.52 | 0 | 0.47 | 213.28 | 0.89 | 0.28 |
| Hex | 8 | 41 | 88 | 5E | 34 | 0 | 2F | D5 | 59 | 1C |
| Octal | 10 | 101 | 210 | 136 | 64 | 0 | 57 | 325 | 131 | 34 |
| Binary | 1000 | 1000001 | 10001000 | 1011110 | 110100 | 0 | 101111 | 11010101 | 1011001 | 11100 |
Color Harmonies of #084188
Complementary color
Monochromatic Colors of #084188
Black with #084188
Text Example
Text Example
White with #084188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084188; }
p { color: rgb(8,65,136); }
H1.HeaderClassName
{
color: #084188;
}
.AnyTagClassName
{
color: #084188;
}
</style>
background-color css
<style>
a { background-color: #084188; }
a { background-color: rgb(8,65,136); }
div.DivClassName
{
background-color: #084188;
}
.BgClassName
{
background-color: #084188;
}
</style>
border-color css
<style>
span { border-color: #084188; }
span { border-color: rgb(8,65,136); }
td.TdClassName
{
border-color: #084188;
}
.TagClassName
{
border-color: #084188;
}
</style>