Shades of Dark Cerulean #074279
Tints of Dark Cerulean #074279
RGB
CMYK
RGB Variations
Color information
#074279 (or 0x074279) is known color: Dark Cerulean. HEX triplet: 07, 42 and 79. RGB value is (7,66,121). Sum of RGB (Red+Green+Blue) = 7+66+121=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #074279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074279 is #F8BD86. Grayscale: #363636. Windows color (decimal): -16301447 or 7946759. OLE color: 7946759.
HSL color Cylindrical-coordinate representation of color #074279: hue angle of 208.95º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074279 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 66 | 121 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.53 |
| HSL | 208.95º | 0.89% | 0.25% | - |
| HSV(B) | 208.95º | 0.94% | 0.47% | - |
| XYZ | 5.49 | 5.32 | 18.83 | - |
| YUV | 54.63 | 165.45 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 121 | 0.94 | 0.45 | 0 | 0.53 | 208.95 | 0.89 | 0.25 |
| Hex | 7 | 42 | 79 | 5E | 2D | 0 | 35 | D1 | 59 | 19 |
| Octal | 7 | 102 | 171 | 136 | 55 | 0 | 65 | 321 | 131 | 31 |
| Binary | 111 | 1000010 | 1111001 | 1011110 | 101101 | 0 | 110101 | 11010001 | 1011001 | 11001 |
Color Harmonies of #074279
Complementary color
Monochromatic Colors of #074279
Black with #074279
Text Example
Text Example
White with #074279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074279; }
p { color: rgb(7,66,121); }
H1.HeaderClassName
{
color: #074279;
}
.AnyTagClassName
{
color: #074279;
}
</style>
background-color css
<style>
a { background-color: #074279; }
a { background-color: rgb(7,66,121); }
div.DivClassName
{
background-color: #074279;
}
.BgClassName
{
background-color: #074279;
}
</style>
border-color css
<style>
span { border-color: #074279; }
span { border-color: rgb(7,66,121); }
td.TdClassName
{
border-color: #074279;
}
.TagClassName
{
border-color: #074279;
}
</style>