Shades of Denim #074CC5
Tints of Denim #074CC5
RGB
CMYK
RGB Variations
Color information
#074CC5 (or 0x074CC5) is known color: Denim. HEX triplet: 07, 4C and C5. RGB value is (7,76,197). Sum of RGB (Red+Green+Blue) = 7+76+197=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 197 (77.34% from 255 or 70.36% from 280); Max value from RGB is 197 - color contains mainly: blue. Hex color #074CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CC5 is #F8B33A. Grayscale: #444444. Windows color (decimal): -16298811 or 12930055. OLE color: 12930055.
HSL color Cylindrical-coordinate representation of color #074CC5: hue angle of 218.21º 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 #074CC5 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 76 | 197 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.23 |
| HSL | 218.21º | 0.93% | 0.4% | - |
| HSV(B) | 218.21º | 0.96% | 0.77% | - |
| XYZ | 12.75 | 9.25 | 53.94 | - |
| YUV | 69.16 | 200.14 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 197 | 0.96 | 0.61 | 0 | 0.23 | 218.21 | 0.93 | 0.4 |
| Hex | 7 | 4C | C5 | 60 | 3D | 0 | 17 | DA | 5D | 28 |
| Octal | 7 | 114 | 305 | 140 | 75 | 0 | 27 | 332 | 135 | 50 |
| Binary | 111 | 1001100 | 11000101 | 1100000 | 111101 | 0 | 10111 | 11011010 | 1011101 | 101000 |
Color Harmonies of #074CC5
Complementary color
Monochromatic Colors of #074CC5
Black with #074CC5
Text Example
Text Example
White with #074CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CC5; }
p { color: rgb(7,76,197); }
H1.HeaderClassName
{
color: #074CC5;
}
.AnyTagClassName
{
color: #074CC5;
}
</style>
background-color css
<style>
a { background-color: #074CC5; }
a { background-color: rgb(7,76,197); }
div.DivClassName
{
background-color: #074CC5;
}
.BgClassName
{
background-color: #074CC5;
}
</style>
border-color css
<style>
span { border-color: #074CC5; }
span { border-color: rgb(7,76,197); }
td.TdClassName
{
border-color: #074CC5;
}
.TagClassName
{
border-color: #074CC5;
}
</style>