Shades of Denim #074CC8
Tints of Denim #074CC8
RGB
CMYK
RGB Variations
Color information
#074CC8 (or 0x074CC8) is known color: Denim. HEX triplet: 07, 4C and C8. RGB value is (7,76,200). Sum of RGB (Red+Green+Blue) = 7+76+200=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #074CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CC8 is #F8B337. Grayscale: #444444. Windows color (decimal): -16298808 or 13126663. OLE color: 13126663.
HSL color Cylindrical-coordinate representation of color #074CC8: hue angle of 218.55º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074CC8 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 76 | 200 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.22 |
| HSL | 218.55º | 0.93% | 0.41% | - |
| HSV(B) | 218.55º | 0.97% | 0.78% | - |
| XYZ | 13.1 | 9.38 | 55.76 | - |
| YUV | 69.51 | 201.64 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 200 | 0.96 | 0.62 | 0 | 0.22 | 218.55 | 0.93 | 0.41 |
| Hex | 7 | 4C | C8 | 60 | 3E | 0 | 16 | DB | 5D | 29 |
| Octal | 7 | 114 | 310 | 140 | 76 | 0 | 26 | 333 | 135 | 51 |
| Binary | 111 | 1001100 | 11001000 | 1100000 | 111110 | 0 | 10110 | 11011011 | 1011101 | 101001 |
Color Harmonies of #074CC8
Complementary color
Monochromatic Colors of #074CC8
Black with #074CC8
Text Example
Text Example
White with #074CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CC8; }
p { color: rgb(7,76,200); }
H1.HeaderClassName
{
color: #074CC8;
}
.AnyTagClassName
{
color: #074CC8;
}
</style>
background-color css
<style>
a { background-color: #074CC8; }
a { background-color: rgb(7,76,200); }
div.DivClassName
{
background-color: #074CC8;
}
.BgClassName
{
background-color: #074CC8;
}
</style>
border-color css
<style>
span { border-color: #074CC8; }
span { border-color: rgb(7,76,200); }
td.TdClassName
{
border-color: #074CC8;
}
.TagClassName
{
border-color: #074CC8;
}
</style>