Shades of Dark Cerulean #084078
Tints of Dark Cerulean #084078
RGB
CMYK
RGB Variations
Color information
#084078 (or 0x084078) is known color: Dark Cerulean. HEX triplet: 08, 40 and 78. RGB value is (8,64,120). Sum of RGB (Red+Green+Blue) = 8+64+120=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #084078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084078 is #F7BF87. Grayscale: #353535. Windows color (decimal): -16236424 or 7880712. OLE color: 7880712.
HSL color Cylindrical-coordinate representation of color #084078: hue angle of 210º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084078 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 64 | 120 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.53 |
| HSL | 210º | 0.88% | 0.25% | - |
| HSV(B) | 210º | 0.93% | 0.47% | - |
| XYZ | 5.32 | 5.07 | 18.47 | - |
| YUV | 53.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 120 | 0.93 | 0.47 | 0 | 0.53 | 210 | 0.88 | 0.25 |
| Hex | 8 | 40 | 78 | 5D | 2F | 0 | 35 | D2 | 58 | 19 |
| Octal | 10 | 100 | 170 | 135 | 57 | 0 | 65 | 322 | 130 | 31 |
| Binary | 1000 | 1000000 | 1111000 | 1011101 | 101111 | 0 | 110101 | 11010010 | 1011000 | 11001 |
Color Harmonies of #084078
Complementary color
Monochromatic Colors of #084078
Black with #084078
Text Example
Text Example
White with #084078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084078; }
p { color: rgb(8,64,120); }
H1.HeaderClassName
{
color: #084078;
}
.AnyTagClassName
{
color: #084078;
}
</style>
background-color css
<style>
a { background-color: #084078; }
a { background-color: rgb(8,64,120); }
div.DivClassName
{
background-color: #084078;
}
.BgClassName
{
background-color: #084078;
}
</style>
border-color css
<style>
span { border-color: #084078; }
span { border-color: rgb(8,64,120); }
td.TdClassName
{
border-color: #084078;
}
.TagClassName
{
border-color: #084078;
}
</style>