Shades of Denim #074DC5
Tints of Denim #074DC5
RGB
CMYK
RGB Variations
Color information
#074DC5 (or 0x074DC5) is known color: Denim. HEX triplet: 07, 4D and C5. RGB value is (7,77,197). Sum of RGB (Red+Green+Blue) = 7+77+197=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 197 (77.34% from 255 or 70.11% from 281); Max value from RGB is 197 - color contains mainly: blue. Hex color #074DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DC5 is #F8B23A. Grayscale: #454545. Windows color (decimal): -16298555 or 12930311. OLE color: 12930311.
HSL color Cylindrical-coordinate representation of color #074DC5: hue angle of 217.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074DC5 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 77 | 197 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.23 |
| HSL | 217.89º | 0.93% | 0.4% | - |
| HSV(B) | 217.89º | 0.96% | 0.77% | - |
| XYZ | 12.82 | 9.38 | 53.96 | - |
| YUV | 69.75 | 199.81 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 197 | 0.96 | 0.61 | 0 | 0.23 | 217.89 | 0.93 | 0.4 |
| Hex | 7 | 4D | C5 | 60 | 3D | 0 | 17 | DA | 5D | 28 |
| Octal | 7 | 115 | 305 | 140 | 75 | 0 | 27 | 332 | 135 | 50 |
| Binary | 111 | 1001101 | 11000101 | 1100000 | 111101 | 0 | 10111 | 11011010 | 1011101 | 101000 |
Color Harmonies of #074DC5
Complementary color
Monochromatic Colors of #074DC5
Black with #074DC5
Text Example
Text Example
White with #074DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DC5; }
p { color: rgb(7,77,197); }
H1.HeaderClassName
{
color: #074DC5;
}
.AnyTagClassName
{
color: #074DC5;
}
</style>
background-color css
<style>
a { background-color: #074DC5; }
a { background-color: rgb(7,77,197); }
div.DivClassName
{
background-color: #074DC5;
}
.BgClassName
{
background-color: #074DC5;
}
</style>
border-color css
<style>
span { border-color: #074DC5; }
span { border-color: rgb(7,77,197); }
td.TdClassName
{
border-color: #074DC5;
}
.TagClassName
{
border-color: #074DC5;
}
</style>