Shades of Dark Cerulean #074679
Tints of Dark Cerulean #074679
RGB
CMYK
RGB Variations
Color information
#074679 (or 0x074679) is known color: Dark Cerulean. HEX triplet: 07, 46 and 79. RGB value is (7,70,121). Sum of RGB (Red+Green+Blue) = 7+70+121=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #074679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074679 is #F8B986. Grayscale: #383838. Windows color (decimal): -16300423 or 7947783. OLE color: 7947783.
HSL color Cylindrical-coordinate representation of color #074679: hue angle of 206.84º 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 #074679 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 70 | 121 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.53 |
| HSL | 206.84º | 0.89% | 0.25% | - |
| HSV(B) | 206.84º | 0.94% | 0.47% | - |
| XYZ | 5.73 | 5.81 | 18.91 | - |
| YUV | 56.98 | 164.13 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 121 | 0.94 | 0.42 | 0 | 0.53 | 206.84 | 0.89 | 0.25 |
| Hex | 7 | 46 | 79 | 5E | 2A | 0 | 35 | CF | 59 | 19 |
| Octal | 7 | 106 | 171 | 136 | 52 | 0 | 65 | 317 | 131 | 31 |
| Binary | 111 | 1000110 | 1111001 | 1011110 | 101010 | 0 | 110101 | 11001111 | 1011001 | 11001 |
Color Harmonies of #074679
Complementary color
Monochromatic Colors of #074679
Black with #074679
Text Example
Text Example
White with #074679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074679; }
p { color: rgb(7,70,121); }
H1.HeaderClassName
{
color: #074679;
}
.AnyTagClassName
{
color: #074679;
}
</style>
background-color css
<style>
a { background-color: #074679; }
a { background-color: rgb(7,70,121); }
div.DivClassName
{
background-color: #074679;
}
.BgClassName
{
background-color: #074679;
}
</style>
border-color css
<style>
span { border-color: #074679; }
span { border-color: rgb(7,70,121); }
td.TdClassName
{
border-color: #074679;
}
.TagClassName
{
border-color: #074679;
}
</style>