Shades of Denim #074EC1
Tints of Denim #074EC1
RGB
CMYK
RGB Variations
Color information
#074EC1 (or 0x074EC1) is known color: Denim. HEX triplet: 07, 4E and C1. RGB value is (7,78,193). Sum of RGB (Red+Green+Blue) = 7+78+193=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 193 (75.78% from 255 or 69.42% from 278); Max value from RGB is 193 - color contains mainly: blue. Hex color #074EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EC1 is #F8B13E. Grayscale: #454545. Windows color (decimal): -16298303 or 12668423. OLE color: 12668423.
HSL color Cylindrical-coordinate representation of color #074EC1: hue angle of 217.1º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074EC1 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 78 | 193 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.24 |
| HSL | 217.1º | 0.93% | 0.39% | - |
| HSV(B) | 217.1º | 0.96% | 0.76% | - |
| XYZ | 12.44 | 9.34 | 51.6 | - |
| YUV | 69.88 | 197.48 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 193 | 0.96 | 0.60 | 0 | 0.24 | 217.1 | 0.93 | 0.39 |
| Hex | 7 | 4E | C1 | 60 | 3C | 0 | 18 | D9 | 5D | 27 |
| Octal | 7 | 116 | 301 | 140 | 74 | 0 | 30 | 331 | 135 | 47 |
| Binary | 111 | 1001110 | 11000001 | 1100000 | 111100 | 0 | 11000 | 11011001 | 1011101 | 100111 |
Color Harmonies of #074EC1
Complementary color
Monochromatic Colors of #074EC1
Black with #074EC1
Text Example
Text Example
White with #074EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EC1; }
p { color: rgb(7,78,193); }
H1.HeaderClassName
{
color: #074EC1;
}
.AnyTagClassName
{
color: #074EC1;
}
</style>
background-color css
<style>
a { background-color: #074EC1; }
a { background-color: rgb(7,78,193); }
div.DivClassName
{
background-color: #074EC1;
}
.BgClassName
{
background-color: #074EC1;
}
</style>
border-color css
<style>
span { border-color: #074EC1; }
span { border-color: rgb(7,78,193); }
td.TdClassName
{
border-color: #074EC1;
}
.TagClassName
{
border-color: #074EC1;
}
</style>