Shades of Denim #074EC9
Tints of Denim #074EC9
RGB
CMYK
RGB Variations
Color information
#074EC9 (or 0x074EC9) is known color: Denim. HEX triplet: 07, 4E and C9. RGB value is (7,78,201). Sum of RGB (Red+Green+Blue) = 7+78+201=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 201 (78.91% from 255 or 70.28% from 286); Max value from RGB is 201 - color contains mainly: blue. Hex color #074EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EC9 is #F8B136. Grayscale: #464646. Windows color (decimal): -16298295 or 13192711. OLE color: 13192711.
HSL color Cylindrical-coordinate representation of color #074EC9: hue angle of 218.04º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074EC9 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 78 | 201 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.21 |
| HSL | 218.04º | 0.93% | 0.41% | - |
| HSV(B) | 218.04º | 0.97% | 0.79% | - |
| XYZ | 13.35 | 9.71 | 56.43 | - |
| YUV | 70.79 | 201.48 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 201 | 0.97 | 0.61 | 0 | 0.21 | 218.04 | 0.93 | 0.41 |
| Hex | 7 | 4E | C9 | 61 | 3D | 0 | 15 | DA | 5D | 29 |
| Octal | 7 | 116 | 311 | 141 | 75 | 0 | 25 | 332 | 135 | 51 |
| Binary | 111 | 1001110 | 11001001 | 1100001 | 111101 | 0 | 10101 | 11011010 | 1011101 | 101001 |
Color Harmonies of #074EC9
Complementary color
Monochromatic Colors of #074EC9
Black with #074EC9
Text Example
Text Example
White with #074EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EC9; }
p { color: rgb(7,78,201); }
H1.HeaderClassName
{
color: #074EC9;
}
.AnyTagClassName
{
color: #074EC9;
}
</style>
background-color css
<style>
a { background-color: #074EC9; }
a { background-color: rgb(7,78,201); }
div.DivClassName
{
background-color: #074EC9;
}
.BgClassName
{
background-color: #074EC9;
}
</style>
border-color css
<style>
span { border-color: #074EC9; }
span { border-color: rgb(7,78,201); }
td.TdClassName
{
border-color: #074EC9;
}
.TagClassName
{
border-color: #074EC9;
}
</style>