Shades of Dark Cerulean #084B7A
Tints of Dark Cerulean #084B7A
RGB
CMYK
RGB Variations
Color information
#084B7A (or 0x084B7A) is known color: Dark Cerulean. HEX triplet: 08, 4B and 7A. RGB value is (8,75,122). Sum of RGB (Red+Green+Blue) = 8+75+122=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #084B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B7A is #F7B485. Grayscale: #3C3C3C. Windows color (decimal): -16233606 or 8014600. OLE color: 8014600.
HSL color Cylindrical-coordinate representation of color #084B7A: hue angle of 204.74º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084B7A is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 75 | 122 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.52 |
| HSL | 204.74º | 0.88% | 0.25% | - |
| HSV(B) | 204.74º | 0.93% | 0.48% | - |
| XYZ | 6.13 | 6.49 | 19.34 | - |
| YUV | 60.33 | 162.8 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 122 | 0.93 | 0.39 | 0 | 0.52 | 204.74 | 0.88 | 0.25 |
| Hex | 8 | 4B | 7A | 5D | 27 | 0 | 34 | CD | 58 | 19 |
| Octal | 10 | 113 | 172 | 135 | 47 | 0 | 64 | 315 | 130 | 31 |
| Binary | 1000 | 1001011 | 1111010 | 1011101 | 100111 | 0 | 110100 | 11001101 | 1011000 | 11001 |
Color Harmonies of #084B7A
Complementary color
Monochromatic Colors of #084B7A
Black with #084B7A
Text Example
Text Example
White with #084B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B7A; }
p { color: rgb(8,75,122); }
H1.HeaderClassName
{
color: #084B7A;
}
.AnyTagClassName
{
color: #084B7A;
}
</style>
background-color css
<style>
a { background-color: #084B7A; }
a { background-color: rgb(8,75,122); }
div.DivClassName
{
background-color: #084B7A;
}
.BgClassName
{
background-color: #084B7A;
}
</style>
border-color css
<style>
span { border-color: #084B7A; }
span { border-color: rgb(8,75,122); }
td.TdClassName
{
border-color: #084B7A;
}
.TagClassName
{
border-color: #084B7A;
}
</style>