Shades of Dark Cerulean #084C7D
Tints of Dark Cerulean #084C7D
RGB
CMYK
RGB Variations
Color information
#084C7D (or 0x084C7D) is known color: Dark Cerulean. HEX triplet: 08, 4C and 7D. RGB value is (8,76,125). Sum of RGB (Red+Green+Blue) = 8+76+125=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #084C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C7D is #F7B382. Grayscale: #3C3C3C. Windows color (decimal): -16233347 or 8211464. OLE color: 8211464.
HSL color Cylindrical-coordinate representation of color #084C7D: hue angle of 205.13º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084C7D is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 76 | 125 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.51 |
| HSL | 205.13º | 0.88% | 0.26% | - |
| HSV(B) | 205.13º | 0.94% | 0.49% | - |
| XYZ | 6.39 | 6.7 | 20.36 | - |
| YUV | 61.25 | 163.97 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 125 | 0.94 | 0.39 | 0 | 0.51 | 205.13 | 0.88 | 0.26 |
| Hex | 8 | 4C | 7D | 5E | 27 | 0 | 33 | CD | 58 | 1A |
| Octal | 10 | 114 | 175 | 136 | 47 | 0 | 63 | 315 | 130 | 32 |
| Binary | 1000 | 1001100 | 1111101 | 1011110 | 100111 | 0 | 110011 | 11001101 | 1011000 | 11010 |
Color Harmonies of #084C7D
Complementary color
Monochromatic Colors of #084C7D
Black with #084C7D
Text Example
Text Example
White with #084C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C7D; }
p { color: rgb(8,76,125); }
H1.HeaderClassName
{
color: #084C7D;
}
.AnyTagClassName
{
color: #084C7D;
}
</style>
background-color css
<style>
a { background-color: #084C7D; }
a { background-color: rgb(8,76,125); }
div.DivClassName
{
background-color: #084C7D;
}
.BgClassName
{
background-color: #084C7D;
}
</style>
border-color css
<style>
span { border-color: #084C7D; }
span { border-color: rgb(8,76,125); }
td.TdClassName
{
border-color: #084C7D;
}
.TagClassName
{
border-color: #084C7D;
}
</style>