Shades of Denim #074DC3
Tints of Denim #074DC3
RGB
CMYK
RGB Variations
Color information
#074DC3 (or 0x074DC3) is known color: Denim. HEX triplet: 07, 4D and C3. RGB value is (7,77,195). Sum of RGB (Red+Green+Blue) = 7+77+195=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 195 (76.56% from 255 or 69.89% from 279); Max value from RGB is 195 - color contains mainly: blue. Hex color #074DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DC3 is #F8B23C. Grayscale: #444444. Windows color (decimal): -16298557 or 12799239. OLE color: 12799239.
HSL color Cylindrical-coordinate representation of color #074DC3: hue angle of 217.66º 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 #074DC3 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 77 | 195 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.24 |
| HSL | 217.66º | 0.93% | 0.4% | - |
| HSV(B) | 217.66º | 0.96% | 0.76% | - |
| XYZ | 12.59 | 9.29 | 52.76 | - |
| YUV | 69.52 | 198.81 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 195 | 0.96 | 0.61 | 0 | 0.24 | 217.66 | 0.93 | 0.4 |
| Hex | 7 | 4D | C3 | 60 | 3D | 0 | 18 | DA | 5D | 28 |
| Octal | 7 | 115 | 303 | 140 | 75 | 0 | 30 | 332 | 135 | 50 |
| Binary | 111 | 1001101 | 11000011 | 1100000 | 111101 | 0 | 11000 | 11011010 | 1011101 | 101000 |
Color Harmonies of #074DC3
Complementary color
Monochromatic Colors of #074DC3
Black with #074DC3
Text Example
Text Example
White with #074DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DC3; }
p { color: rgb(7,77,195); }
H1.HeaderClassName
{
color: #074DC3;
}
.AnyTagClassName
{
color: #074DC3;
}
</style>
background-color css
<style>
a { background-color: #074DC3; }
a { background-color: rgb(7,77,195); }
div.DivClassName
{
background-color: #074DC3;
}
.BgClassName
{
background-color: #074DC3;
}
</style>
border-color css
<style>
span { border-color: #074DC3; }
span { border-color: rgb(7,77,195); }
td.TdClassName
{
border-color: #074DC3;
}
.TagClassName
{
border-color: #074DC3;
}
</style>