Shades of Denim #1474B3
Tints of Denim #1474B3
RGB
CMYK
RGB Variations
Color information
#1474B3 (or 0x1474B3) is known color: Denim. HEX triplet: 14, 74 and B3. RGB value is (20,116,179). Sum of RGB (Red+Green+Blue) = 20+116+179=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #1474B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1474B3 is #EB8B4C. Grayscale: #5E5E5E. Windows color (decimal): -15436621 or 11760660. OLE color: 11760660.
HSL color Cylindrical-coordinate representation of color #1474B3: hue angle of 203.77º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1474B3 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 116 | 179 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.30 |
| HSL | 203.77º | 0.8% | 0.39% | - |
| HSV(B) | 203.77º | 0.89% | 0.7% | - |
| XYZ | 14.67 | 15.89 | 44.94 | - |
| YUV | 94.48 | 175.7 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 179 | 0.89 | 0.35 | 0 | 0.30 | 203.77 | 0.8 | 0.39 |
| Hex | 14 | 74 | B3 | 59 | 23 | 0 | 1E | CC | 50 | 27 |
| Octal | 24 | 164 | 263 | 131 | 43 | 0 | 36 | 314 | 120 | 47 |
| Binary | 10100 | 1110100 | 10110011 | 1011001 | 100011 | 0 | 11110 | 11001100 | 1010000 | 100111 |
Color Harmonies of #1474B3
Complementary color
Monochromatic Colors of #1474B3
Black with #1474B3
Text Example
Text Example
White with #1474B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1474B3; }
p { color: rgb(20,116,179); }
H1.HeaderClassName
{
color: #1474B3;
}
.AnyTagClassName
{
color: #1474B3;
}
</style>
background-color css
<style>
a { background-color: #1474B3; }
a { background-color: rgb(20,116,179); }
div.DivClassName
{
background-color: #1474B3;
}
.BgClassName
{
background-color: #1474B3;
}
</style>
border-color css
<style>
span { border-color: #1474B3; }
span { border-color: rgb(20,116,179); }
td.TdClassName
{
border-color: #1474B3;
}
.TagClassName
{
border-color: #1474B3;
}
</style>