Shades of Dark Cerulean #084C71
Tints of Dark Cerulean #084C71
RGB
CMYK
RGB Variations
Color information
#084C71 (or 0x084C71) is known color: Dark Cerulean. HEX triplet: 08, 4C and 71. RGB value is (8,76,113). Sum of RGB (Red+Green+Blue) = 8+76+113=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #084C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C71 is #F7B38E. Grayscale: #3B3B3B. Windows color (decimal): -16233359 or 7425032. OLE color: 7425032.
HSL color Cylindrical-coordinate representation of color #084C71: hue angle of 201.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084C71 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 76 | 113 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.56 |
| HSL | 201.14º | 0.87% | 0.24% | - |
| HSV(B) | 201.14º | 0.93% | 0.44% | - |
| XYZ | 5.67 | 6.41 | 16.56 | - |
| YUV | 59.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 113 | 0.93 | 0.33 | 0 | 0.56 | 201.14 | 0.87 | 0.24 |
| Hex | 8 | 4C | 71 | 5D | 21 | 0 | 38 | C9 | 57 | 18 |
| Octal | 10 | 114 | 161 | 135 | 41 | 0 | 70 | 311 | 127 | 30 |
| Binary | 1000 | 1001100 | 1110001 | 1011101 | 100001 | 0 | 111000 | 11001001 | 1010111 | 11000 |
Color Harmonies of #084C71
Complementary color
Monochromatic Colors of #084C71
Black with #084C71
Text Example
Text Example
White with #084C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C71; }
p { color: rgb(8,76,113); }
H1.HeaderClassName
{
color: #084C71;
}
.AnyTagClassName
{
color: #084C71;
}
</style>
background-color css
<style>
a { background-color: #084C71; }
a { background-color: rgb(8,76,113); }
div.DivClassName
{
background-color: #084C71;
}
.BgClassName
{
background-color: #084C71;
}
</style>
border-color css
<style>
span { border-color: #084C71; }
span { border-color: rgb(8,76,113); }
td.TdClassName
{
border-color: #084C71;
}
.TagClassName
{
border-color: #084C71;
}
</style>