Shades of Dark Cerulean #074471
Tints of Dark Cerulean #074471
RGB
CMYK
RGB Variations
Color information
#074471 (or 0x074471) is known color: Dark Cerulean. HEX triplet: 07, 44 and 71. RGB value is (7,68,113). Sum of RGB (Red+Green+Blue) = 7+68+113=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #074471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074471 is #F8BB8E. Grayscale: #363636. Windows color (decimal): -16300943 or 7422983. OLE color: 7422983.
HSL color Cylindrical-coordinate representation of color #074471: hue angle of 205.47º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074471 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 68 | 113 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.56 |
| HSL | 205.47º | 0.88% | 0.24% | - |
| HSV(B) | 205.47º | 0.94% | 0.44% | - |
| XYZ | 5.14 | 5.37 | 16.39 | - |
| YUV | 54.89 | 160.79 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 113 | 0.94 | 0.40 | 0 | 0.56 | 205.47 | 0.88 | 0.24 |
| Hex | 7 | 44 | 71 | 5E | 28 | 0 | 38 | CD | 58 | 18 |
| Octal | 7 | 104 | 161 | 136 | 50 | 0 | 70 | 315 | 130 | 30 |
| Binary | 111 | 1000100 | 1110001 | 1011110 | 101000 | 0 | 111000 | 11001101 | 1011000 | 11000 |
Color Harmonies of #074471
Complementary color
Monochromatic Colors of #074471
Black with #074471
Text Example
Text Example
White with #074471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074471; }
p { color: rgb(7,68,113); }
H1.HeaderClassName
{
color: #074471;
}
.AnyTagClassName
{
color: #074471;
}
</style>
background-color css
<style>
a { background-color: #074471; }
a { background-color: rgb(7,68,113); }
div.DivClassName
{
background-color: #074471;
}
.BgClassName
{
background-color: #074471;
}
</style>
border-color css
<style>
span { border-color: #074471; }
span { border-color: rgb(7,68,113); }
td.TdClassName
{
border-color: #074471;
}
.TagClassName
{
border-color: #074471;
}
</style>