Shades of Dark Cerulean #084C70
Tints of Dark Cerulean #084C70
RGB
CMYK
RGB Variations
Color information
#084C70 (or 0x084C70) is known color: Dark Cerulean. HEX triplet: 08, 4C and 70. RGB value is (8,76,112). Sum of RGB (Red+Green+Blue) = 8+76+112=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #084C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C70 is #F7B38F. Grayscale: #3B3B3B. Windows color (decimal): -16233360 or 7359496. OLE color: 7359496.
HSL color Cylindrical-coordinate representation of color #084C70: hue angle of 200.77º 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 #084C70 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 76 | 112 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.56 |
| HSL | 200.77º | 0.87% | 0.24% | - |
| HSV(B) | 200.77º | 0.93% | 0.44% | - |
| XYZ | 5.61 | 6.39 | 16.27 | - |
| YUV | 59.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 112 | 0.93 | 0.32 | 0 | 0.56 | 200.77 | 0.87 | 0.24 |
| Hex | 8 | 4C | 70 | 5D | 20 | 0 | 38 | C9 | 57 | 18 |
| Octal | 10 | 114 | 160 | 135 | 40 | 0 | 70 | 311 | 127 | 30 |
| Binary | 1000 | 1001100 | 1110000 | 1011101 | 100000 | 0 | 111000 | 11001001 | 1010111 | 11000 |
Color Harmonies of #084C70
Complementary color
Monochromatic Colors of #084C70
Black with #084C70
Text Example
Text Example
White with #084C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C70; }
p { color: rgb(8,76,112); }
H1.HeaderClassName
{
color: #084C70;
}
.AnyTagClassName
{
color: #084C70;
}
</style>
background-color css
<style>
a { background-color: #084C70; }
a { background-color: rgb(8,76,112); }
div.DivClassName
{
background-color: #084C70;
}
.BgClassName
{
background-color: #084C70;
}
</style>
border-color css
<style>
span { border-color: #084C70; }
span { border-color: rgb(8,76,112); }
td.TdClassName
{
border-color: #084C70;
}
.TagClassName
{
border-color: #084C70;
}
</style>