Shades of Denim #074EC3
Tints of Denim #074EC3
RGB
CMYK
RGB Variations
Color information
#074EC3 (or 0x074EC3) is known color: Denim. HEX triplet: 07, 4E and C3. RGB value is (7,78,195). Sum of RGB (Red+Green+Blue) = 7+78+195=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 195 (76.56% from 255 or 69.64% from 280); Max value from RGB is 195 - color contains mainly: blue. Hex color #074EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EC3 is #F8B13C. Grayscale: #454545. Windows color (decimal): -16298301 or 12799495. OLE color: 12799495.
HSL color Cylindrical-coordinate representation of color #074EC3: hue angle of 217.34º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074EC3 is Cyan = 0.96, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 78 | 195 | - |
| CMYK | 0.96 | 0.6 | 0 | 0.24 |
| HSL | 217.34º | 0.93% | 0.4% | - |
| HSV(B) | 217.34º | 0.96% | 0.76% | - |
| XYZ | 12.66 | 9.43 | 52.78 | - |
| YUV | 70.11 | 198.48 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 195 | 0.96 | 0.6 | 0 | 0.24 | 217.34 | 0.93 | 0.4 |
| Hex | 7 | 4E | C3 | 60 | 3C | 0 | 18 | D9 | 5D | 28 |
| Octal | 7 | 116 | 303 | 140 | 74 | 0 | 30 | 331 | 135 | 50 |
| Binary | 111 | 1001110 | 11000011 | 1100000 | 111100 | 0 | 11000 | 11011001 | 1011101 | 101000 |
Color Harmonies of #074EC3
Complementary color
Monochromatic Colors of #074EC3
Black with #074EC3
Text Example
Text Example
White with #074EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EC3; }
p { color: rgb(7,78,195); }
H1.HeaderClassName
{
color: #074EC3;
}
.AnyTagClassName
{
color: #074EC3;
}
</style>
background-color css
<style>
a { background-color: #074EC3; }
a { background-color: rgb(7,78,195); }
div.DivClassName
{
background-color: #074EC3;
}
.BgClassName
{
background-color: #074EC3;
}
</style>
border-color css
<style>
span { border-color: #074EC3; }
span { border-color: rgb(7,78,195); }
td.TdClassName
{
border-color: #074EC3;
}
.TagClassName
{
border-color: #074EC3;
}
</style>