Shades of Dark Cerulean #084A7E
Tints of Dark Cerulean #084A7E
RGB
CMYK
RGB Variations
Color information
#084A7E (or 0x084A7E) is known color: Dark Cerulean. HEX triplet: 08, 4A and 7E. RGB value is (8,74,126). Sum of RGB (Red+Green+Blue) = 8+74+126=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #084A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A7E is #F7B581. Grayscale: #3B3B3B. Windows color (decimal): -16233858 or 8276488. OLE color: 8276488.
HSL color Cylindrical-coordinate representation of color #084A7E: hue angle of 206.44º 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 #084A7E is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 74 | 126 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.51 |
| HSL | 206.44º | 0.88% | 0.26% | - |
| HSV(B) | 206.44º | 0.94% | 0.49% | - |
| XYZ | 6.31 | 6.46 | 20.65 | - |
| YUV | 60.19 | 165.13 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 126 | 0.94 | 0.41 | 0 | 0.51 | 206.44 | 0.88 | 0.26 |
| Hex | 8 | 4A | 7E | 5E | 29 | 0 | 33 | CE | 58 | 1A |
| Octal | 10 | 112 | 176 | 136 | 51 | 0 | 63 | 316 | 130 | 32 |
| Binary | 1000 | 1001010 | 1111110 | 1011110 | 101001 | 0 | 110011 | 11001110 | 1011000 | 11010 |
Color Harmonies of #084A7E
Complementary color
Monochromatic Colors of #084A7E
Black with #084A7E
Text Example
Text Example
White with #084A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A7E; }
p { color: rgb(8,74,126); }
H1.HeaderClassName
{
color: #084A7E;
}
.AnyTagClassName
{
color: #084A7E;
}
</style>
background-color css
<style>
a { background-color: #084A7E; }
a { background-color: rgb(8,74,126); }
div.DivClassName
{
background-color: #084A7E;
}
.BgClassName
{
background-color: #084A7E;
}
</style>
border-color css
<style>
span { border-color: #084A7E; }
span { border-color: rgb(8,74,126); }
td.TdClassName
{
border-color: #084A7E;
}
.TagClassName
{
border-color: #084A7E;
}
</style>