Shades of Dark Cerulean #084C8B
Tints of Dark Cerulean #084C8B
RGB
CMYK
RGB Variations
Color information
#084C8B (or 0x084C8B) is known color: Dark Cerulean. HEX triplet: 08, 4C and 8B. RGB value is (8,76,139). Sum of RGB (Red+Green+Blue) = 8+76+139=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #084C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084C8B is #F7B374. Grayscale: #3E3E3E. Windows color (decimal): -16233333 or 9128968. OLE color: 9128968.
HSL color Cylindrical-coordinate representation of color #084C8B: hue angle of 208.85º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084C8B is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 76 | 139 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.45 |
| HSL | 208.86º | 0.89% | 0.29% | - |
| HSV(B) | 208.86º | 0.94% | 0.55% | - |
| XYZ | 7.34 | 7.08 | 25.41 | - |
| YUV | 62.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 139 | 0.94 | 0.45 | 0 | 0.45 | 208.86 | 0.89 | 0.29 |
| Hex | 8 | 4C | 8B | 5E | 2D | 0 | 2D | D1 | 59 | 1D |
| Octal | 10 | 114 | 213 | 136 | 55 | 0 | 55 | 321 | 131 | 35 |
| Binary | 1000 | 1001100 | 10001011 | 1011110 | 101101 | 0 | 101101 | 11010001 | 1011001 | 11101 |
Color Harmonies of #084C8B
Complementary color
Monochromatic Colors of #084C8B
Black with #084C8B
Text Example
Text Example
White with #084C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C8B; }
p { color: rgb(8,76,139); }
H1.HeaderClassName
{
color: #084C8B;
}
.AnyTagClassName
{
color: #084C8B;
}
</style>
background-color css
<style>
a { background-color: #084C8B; }
a { background-color: rgb(8,76,139); }
div.DivClassName
{
background-color: #084C8B;
}
.BgClassName
{
background-color: #084C8B;
}
</style>
border-color css
<style>
span { border-color: #084C8B; }
span { border-color: rgb(8,76,139); }
td.TdClassName
{
border-color: #084C8B;
}
.TagClassName
{
border-color: #084C8B;
}
</style>