Shades of Dark Cerulean #074791
Tints of Dark Cerulean #074791
RGB
CMYK
RGB Variations
Color information
#074791 (or 0x074791) is known color: Dark Cerulean. HEX triplet: 07, 47 and 91. RGB value is (7,71,145). Sum of RGB (Red+Green+Blue) = 7+71+145=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #074791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074791 is #F8B86E. Grayscale: #3B3B3B. Windows color (decimal): -16300143 or 9520903. OLE color: 9520903.
HSL color Cylindrical-coordinate representation of color #074791: hue angle of 212.17º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074791 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 71 | 145 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.43 |
| HSL | 212.17º | 0.91% | 0.3% | - |
| HSV(B) | 212.17º | 0.95% | 0.57% | - |
| XYZ | 7.45 | 6.6 | 27.67 | - |
| YUV | 60.3 | 175.8 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 145 | 0.95 | 0.51 | 0 | 0.43 | 212.17 | 0.91 | 0.3 |
| Hex | 7 | 47 | 91 | 5F | 33 | 0 | 2B | D4 | 5B | 1E |
| Octal | 7 | 107 | 221 | 137 | 63 | 0 | 53 | 324 | 133 | 36 |
| Binary | 111 | 1000111 | 10010001 | 1011111 | 110011 | 0 | 101011 | 11010100 | 1011011 | 11110 |
Color Harmonies of #074791
Complementary color
Monochromatic Colors of #074791
Black with #074791
Text Example
Text Example
White with #074791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074791; }
p { color: rgb(7,71,145); }
H1.HeaderClassName
{
color: #074791;
}
.AnyTagClassName
{
color: #074791;
}
</style>
background-color css
<style>
a { background-color: #074791; }
a { background-color: rgb(7,71,145); }
div.DivClassName
{
background-color: #074791;
}
.BgClassName
{
background-color: #074791;
}
</style>
border-color css
<style>
span { border-color: #074791; }
span { border-color: rgb(7,71,145); }
td.TdClassName
{
border-color: #074791;
}
.TagClassName
{
border-color: #074791;
}
</style>