Shades of Dark Cerulean #074794
Tints of Dark Cerulean #074794
RGB
CMYK
RGB Variations
Color information
#074794 (or 0x074794) is known color: Dark Cerulean. HEX triplet: 07, 47 and 94. RGB value is (7,71,148). Sum of RGB (Red+Green+Blue) = 7+71+148=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #074794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074794 is #F8B86B. Grayscale: #3C3C3C. Windows color (decimal): -16300140 or 9717511. OLE color: 9717511.
HSL color Cylindrical-coordinate representation of color #074794: hue angle of 212.77º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074794 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 71 | 148 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.42 |
| HSL | 212.77º | 0.91% | 0.3% | - |
| HSV(B) | 212.77º | 0.95% | 0.58% | - |
| XYZ | 7.69 | 6.69 | 28.9 | - |
| YUV | 60.64 | 177.3 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 148 | 0.95 | 0.52 | 0 | 0.42 | 212.77 | 0.91 | 0.3 |
| Hex | 7 | 47 | 94 | 5F | 34 | 0 | 2A | D5 | 5B | 1E |
| Octal | 7 | 107 | 224 | 137 | 64 | 0 | 52 | 325 | 133 | 36 |
| Binary | 111 | 1000111 | 10010100 | 1011111 | 110100 | 0 | 101010 | 11010101 | 1011011 | 11110 |
Color Harmonies of #074794
Complementary color
Monochromatic Colors of #074794
Black with #074794
Text Example
Text Example
White with #074794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074794; }
p { color: rgb(7,71,148); }
H1.HeaderClassName
{
color: #074794;
}
.AnyTagClassName
{
color: #074794;
}
</style>
background-color css
<style>
a { background-color: #074794; }
a { background-color: rgb(7,71,148); }
div.DivClassName
{
background-color: #074794;
}
.BgClassName
{
background-color: #074794;
}
</style>
border-color css
<style>
span { border-color: #074794; }
span { border-color: rgb(7,71,148); }
td.TdClassName
{
border-color: #074794;
}
.TagClassName
{
border-color: #074794;
}
</style>