Shades of Dark Cerulean #084C7E
Tints of Dark Cerulean #084C7E
RGB
CMYK
RGB Variations
Color information
#084C7E (or 0x084C7E) is known color: Dark Cerulean. HEX triplet: 08, 4C and 7E. RGB value is (8,76,126). Sum of RGB (Red+Green+Blue) = 8+76+126=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #084C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C7E is #F7B381. Grayscale: #3D3D3D. Windows color (decimal): -16233346 or 8277000. OLE color: 8277000.
HSL color Cylindrical-coordinate representation of color #084C7E: hue angle of 205.42º 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 #084C7E is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 76 | 126 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.51 |
| HSL | 205.42º | 0.88% | 0.26% | - |
| HSV(B) | 205.42º | 0.94% | 0.49% | - |
| XYZ | 6.45 | 6.73 | 20.7 | - |
| YUV | 61.37 | 164.47 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 126 | 0.94 | 0.40 | 0 | 0.51 | 205.42 | 0.88 | 0.26 |
| Hex | 8 | 4C | 7E | 5E | 28 | 0 | 33 | CD | 58 | 1A |
| Octal | 10 | 114 | 176 | 136 | 50 | 0 | 63 | 315 | 130 | 32 |
| Binary | 1000 | 1001100 | 1111110 | 1011110 | 101000 | 0 | 110011 | 11001101 | 1011000 | 11010 |
Color Harmonies of #084C7E
Complementary color
Monochromatic Colors of #084C7E
Black with #084C7E
Text Example
Text Example
White with #084C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C7E; }
p { color: rgb(8,76,126); }
H1.HeaderClassName
{
color: #084C7E;
}
.AnyTagClassName
{
color: #084C7E;
}
</style>
background-color css
<style>
a { background-color: #084C7E; }
a { background-color: rgb(8,76,126); }
div.DivClassName
{
background-color: #084C7E;
}
.BgClassName
{
background-color: #084C7E;
}
</style>
border-color css
<style>
span { border-color: #084C7E; }
span { border-color: rgb(8,76,126); }
td.TdClassName
{
border-color: #084C7E;
}
.TagClassName
{
border-color: #084C7E;
}
</style>