Shades of Dark Cerulean #084B7D
Tints of Dark Cerulean #084B7D
RGB
CMYK
RGB Variations
Color information
#084B7D (or 0x084B7D) is known color: Dark Cerulean. HEX triplet: 08, 4B and 7D. RGB value is (8,75,125). Sum of RGB (Red+Green+Blue) = 8+75+125=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #084B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B7D is #F7B482. Grayscale: #3C3C3C. Windows color (decimal): -16233603 or 8211208. OLE color: 8211208.
HSL color Cylindrical-coordinate representation of color #084B7D: hue angle of 205.64º 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 #084B7D is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 75 | 125 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.51 |
| HSL | 205.64º | 0.88% | 0.26% | - |
| HSV(B) | 205.64º | 0.94% | 0.49% | - |
| XYZ | 6.32 | 6.56 | 20.34 | - |
| YUV | 60.67 | 164.3 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 125 | 0.94 | 0.40 | 0 | 0.51 | 205.64 | 0.88 | 0.26 |
| Hex | 8 | 4B | 7D | 5E | 28 | 0 | 33 | CE | 58 | 1A |
| Octal | 10 | 113 | 175 | 136 | 50 | 0 | 63 | 316 | 130 | 32 |
| Binary | 1000 | 1001011 | 1111101 | 1011110 | 101000 | 0 | 110011 | 11001110 | 1011000 | 11010 |
Color Harmonies of #084B7D
Complementary color
Monochromatic Colors of #084B7D
Black with #084B7D
Text Example
Text Example
White with #084B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B7D; }
p { color: rgb(8,75,125); }
H1.HeaderClassName
{
color: #084B7D;
}
.AnyTagClassName
{
color: #084B7D;
}
</style>
background-color css
<style>
a { background-color: #084B7D; }
a { background-color: rgb(8,75,125); }
div.DivClassName
{
background-color: #084B7D;
}
.BgClassName
{
background-color: #084B7D;
}
</style>
border-color css
<style>
span { border-color: #084B7D; }
span { border-color: rgb(8,75,125); }
td.TdClassName
{
border-color: #084B7D;
}
.TagClassName
{
border-color: #084B7D;
}
</style>