Shades of Dark Cerulean #084888
Tints of Dark Cerulean #084888
RGB
CMYK
RGB Variations
Color information
#084888 (or 0x084888) is known color: Dark Cerulean. HEX triplet: 08, 48 and 88. RGB value is (8,72,136). Sum of RGB (Red+Green+Blue) = 8+72+136=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 136 (53.52% from 255 or 62.96% from 216); Max value from RGB is 136 - color contains mainly: blue. Hex color #084888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084888 is #F7B777. Grayscale: #3B3B3B. Windows color (decimal): -16234360 or 8931336. OLE color: 8931336.
HSL color Cylindrical-coordinate representation of color #084888: hue angle of 210º 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 #084888 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 72 | 136 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.47 |
| HSL | 210º | 0.89% | 0.28% | - |
| HSV(B) | 210º | 0.94% | 0.53% | - |
| XYZ | 6.86 | 6.46 | 24.18 | - |
| YUV | 60.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 136 | 0.94 | 0.47 | 0 | 0.47 | 210 | 0.89 | 0.28 |
| Hex | 8 | 48 | 88 | 5E | 2F | 0 | 2F | D2 | 59 | 1C |
| Octal | 10 | 110 | 210 | 136 | 57 | 0 | 57 | 322 | 131 | 34 |
| Binary | 1000 | 1001000 | 10001000 | 1011110 | 101111 | 0 | 101111 | 11010010 | 1011001 | 11100 |
Color Harmonies of #084888
Complementary color
Monochromatic Colors of #084888
Black with #084888
Text Example
Text Example
White with #084888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084888; }
p { color: rgb(8,72,136); }
H1.HeaderClassName
{
color: #084888;
}
.AnyTagClassName
{
color: #084888;
}
</style>
background-color css
<style>
a { background-color: #084888; }
a { background-color: rgb(8,72,136); }
div.DivClassName
{
background-color: #084888;
}
.BgClassName
{
background-color: #084888;
}
</style>
border-color css
<style>
span { border-color: #084888; }
span { border-color: rgb(8,72,136); }
td.TdClassName
{
border-color: #084888;
}
.TagClassName
{
border-color: #084888;
}
</style>