Shades of Denim #074EC6
Tints of Denim #074EC6
RGB
CMYK
RGB Variations
Color information
#074EC6 (or 0x074EC6) is known color: Denim. HEX triplet: 07, 4E and C6. RGB value is (7,78,198). Sum of RGB (Red+Green+Blue) = 7+78+198=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 198 (77.73% from 255 or 69.96% from 283); Max value from RGB is 198 - color contains mainly: blue. Hex color #074EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EC6 is #F8B139. Grayscale: #454545. Windows color (decimal): -16298298 or 12996103. OLE color: 12996103.
HSL color Cylindrical-coordinate representation of color #074EC6: hue angle of 217.7º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074EC6 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 78 | 198 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.22 |
| HSL | 217.7º | 0.93% | 0.4% | - |
| HSV(B) | 217.7º | 0.96% | 0.78% | - |
| XYZ | 13.01 | 9.57 | 54.59 | - |
| YUV | 70.45 | 199.98 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 198 | 0.96 | 0.61 | 0 | 0.22 | 217.7 | 0.93 | 0.4 |
| Hex | 7 | 4E | C6 | 60 | 3D | 0 | 16 | DA | 5D | 28 |
| Octal | 7 | 116 | 306 | 140 | 75 | 0 | 26 | 332 | 135 | 50 |
| Binary | 111 | 1001110 | 11000110 | 1100000 | 111101 | 0 | 10110 | 11011010 | 1011101 | 101000 |
Color Harmonies of #074EC6
Complementary color
Monochromatic Colors of #074EC6
Black with #074EC6
Text Example
Text Example
White with #074EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EC6; }
p { color: rgb(7,78,198); }
H1.HeaderClassName
{
color: #074EC6;
}
.AnyTagClassName
{
color: #074EC6;
}
</style>
background-color css
<style>
a { background-color: #074EC6; }
a { background-color: rgb(7,78,198); }
div.DivClassName
{
background-color: #074EC6;
}
.BgClassName
{
background-color: #074EC6;
}
</style>
border-color css
<style>
span { border-color: #074EC6; }
span { border-color: rgb(7,78,198); }
td.TdClassName
{
border-color: #074EC6;
}
.TagClassName
{
border-color: #074EC6;
}
</style>