Shades of Dark Cerulean #074076
Tints of Dark Cerulean #074076
RGB
CMYK
RGB Variations
Color information
#074076 (or 0x074076) is known color: Dark Cerulean. HEX triplet: 07, 40 and 76. RGB value is (7,64,118). Sum of RGB (Red+Green+Blue) = 7+64+118=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #074076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074076 is #F8BF89. Grayscale: #343434. Windows color (decimal): -16301962 or 7749639. OLE color: 7749639.
HSL color Cylindrical-coordinate representation of color #074076: hue angle of 209.19º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074076 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 64 | 118 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.54 |
| HSL | 209.19º | 0.89% | 0.25% | - |
| HSV(B) | 209.19º | 0.94% | 0.46% | - |
| XYZ | 5.19 | 5.02 | 17.83 | - |
| YUV | 53.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 118 | 0.94 | 0.46 | 0 | 0.54 | 209.19 | 0.89 | 0.25 |
| Hex | 7 | 40 | 76 | 5E | 2E | 0 | 36 | D1 | 59 | 19 |
| Octal | 7 | 100 | 166 | 136 | 56 | 0 | 66 | 321 | 131 | 31 |
| Binary | 111 | 1000000 | 1110110 | 1011110 | 101110 | 0 | 110110 | 11010001 | 1011001 | 11001 |
Color Harmonies of #074076
Complementary color
Monochromatic Colors of #074076
Black with #074076
Text Example
Text Example
White with #074076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074076; }
p { color: rgb(7,64,118); }
H1.HeaderClassName
{
color: #074076;
}
.AnyTagClassName
{
color: #074076;
}
</style>
background-color css
<style>
a { background-color: #074076; }
a { background-color: rgb(7,64,118); }
div.DivClassName
{
background-color: #074076;
}
.BgClassName
{
background-color: #074076;
}
</style>
border-color css
<style>
span { border-color: #074076; }
span { border-color: rgb(7,64,118); }
td.TdClassName
{
border-color: #074076;
}
.TagClassName
{
border-color: #074076;
}
</style>