Shades of Denim #074BCB
Tints of Denim #074BCB
RGB
CMYK
RGB Variations
Color information
#074BCB (or 0x074BCB) is known color: Denim. HEX triplet: 07, 4B and CB. RGB value is (7,75,203). Sum of RGB (Red+Green+Blue) = 7+75+203=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #074BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BCB is #F8B434. Grayscale: #444444. Windows color (decimal): -16299061 or 13323015. OLE color: 13323015.
HSL color Cylindrical-coordinate representation of color #074BCB: hue angle of 219.18º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074BCB is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 75 | 203 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.20 |
| HSL | 219.18º | 0.93% | 0.41% | - |
| HSV(B) | 219.18º | 0.97% | 0.8% | - |
| XYZ | 13.38 | 9.39 | 57.61 | - |
| YUV | 69.26 | 203.47 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 203 | 0.97 | 0.63 | 0 | 0.20 | 219.18 | 0.93 | 0.41 |
| Hex | 7 | 4B | CB | 61 | 3F | 0 | 14 | DB | 5D | 29 |
| Octal | 7 | 113 | 313 | 141 | 77 | 0 | 24 | 333 | 135 | 51 |
| Binary | 111 | 1001011 | 11001011 | 1100001 | 111111 | 0 | 10100 | 11011011 | 1011101 | 101001 |
Color Harmonies of #074BCB
Complementary color
Monochromatic Colors of #074BCB
Black with #074BCB
Text Example
Text Example
White with #074BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074BCB; }
p { color: rgb(7,75,203); }
H1.HeaderClassName
{
color: #074BCB;
}
.AnyTagClassName
{
color: #074BCB;
}
</style>
background-color css
<style>
a { background-color: #074BCB; }
a { background-color: rgb(7,75,203); }
div.DivClassName
{
background-color: #074BCB;
}
.BgClassName
{
background-color: #074BCB;
}
</style>
border-color css
<style>
span { border-color: #074BCB; }
span { border-color: rgb(7,75,203); }
td.TdClassName
{
border-color: #074BCB;
}
.TagClassName
{
border-color: #074BCB;
}
</style>