Shades of Dark Cerulean #074671
Tints of Dark Cerulean #074671
RGB
CMYK
RGB Variations
Color information
#074671 (or 0x074671) is known color: Dark Cerulean. HEX triplet: 07, 46 and 71. RGB value is (7,70,113). Sum of RGB (Red+Green+Blue) = 7+70+113=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #074671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074671 is #F8B98E. Grayscale: #373737. Windows color (decimal): -16300431 or 7423495. OLE color: 7423495.
HSL color Cylindrical-coordinate representation of color #074671: hue angle of 204.34º 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 #074671 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 70 | 113 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.56 |
| HSL | 204.34º | 0.88% | 0.24% | - |
| HSV(B) | 204.34º | 0.94% | 0.44% | - |
| XYZ | 5.26 | 5.62 | 16.43 | - |
| YUV | 56.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 113 | 0.94 | 0.38 | 0 | 0.56 | 204.34 | 0.88 | 0.24 |
| Hex | 7 | 46 | 71 | 5E | 26 | 0 | 38 | CC | 58 | 18 |
| Octal | 7 | 106 | 161 | 136 | 46 | 0 | 70 | 314 | 130 | 30 |
| Binary | 111 | 1000110 | 1110001 | 1011110 | 100110 | 0 | 111000 | 11001100 | 1011000 | 11000 |
Color Harmonies of #074671
Complementary color
Monochromatic Colors of #074671
Black with #074671
Text Example
Text Example
White with #074671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074671; }
p { color: rgb(7,70,113); }
H1.HeaderClassName
{
color: #074671;
}
.AnyTagClassName
{
color: #074671;
}
</style>
background-color css
<style>
a { background-color: #074671; }
a { background-color: rgb(7,70,113); }
div.DivClassName
{
background-color: #074671;
}
.BgClassName
{
background-color: #074671;
}
</style>
border-color css
<style>
span { border-color: #074671; }
span { border-color: rgb(7,70,113); }
td.TdClassName
{
border-color: #074671;
}
.TagClassName
{
border-color: #074671;
}
</style>