Shades of Denim #1451D5
Tints of Denim #1451D5
RGB
CMYK
RGB Variations
Color information
#1451D5 (or 0x1451D5) is known color: Denim. HEX triplet: 14, 51 and D5. RGB value is (20,81,213). Sum of RGB (Red+Green+Blue) = 20+81+213=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 213 (83.59% from 255 or 67.83% from 314); Max value from RGB is 213 - color contains mainly: blue. Hex color #1451D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1451D5 is #EBAE2A. Grayscale: #4D4D4D. Windows color (decimal): -15445547 or 13979924. OLE color: 13979924.
HSL color Cylindrical-coordinate representation of color #1451D5: hue angle of 221.04º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1451D5 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 81 | 213 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.16 |
| HSL | 221.04º | 0.83% | 0.46% | - |
| HSV(B) | 221.04º | 0.91% | 0.84% | - |
| XYZ | 15.24 | 10.84 | 64.24 | - |
| YUV | 77.81 | 204.29 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 213 | 0.91 | 0.62 | 0 | 0.16 | 221.04 | 0.83 | 0.46 |
| Hex | 14 | 51 | D5 | 5B | 3E | 0 | 10 | DD | 53 | 2E |
| Octal | 24 | 121 | 325 | 133 | 76 | 0 | 20 | 335 | 123 | 56 |
| Binary | 10100 | 1010001 | 11010101 | 1011011 | 111110 | 0 | 10000 | 11011101 | 1010011 | 101110 |
Color Harmonies of #1451D5
Complementary color
Monochromatic Colors of #1451D5
Black with #1451D5
Text Example
Text Example
White with #1451D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1451D5; }
p { color: rgb(20,81,213); }
H1.HeaderClassName
{
color: #1451D5;
}
.AnyTagClassName
{
color: #1451D5;
}
</style>
background-color css
<style>
a { background-color: #1451D5; }
a { background-color: rgb(20,81,213); }
div.DivClassName
{
background-color: #1451D5;
}
.BgClassName
{
background-color: #1451D5;
}
</style>
border-color css
<style>
span { border-color: #1451D5; }
span { border-color: rgb(20,81,213); }
td.TdClassName
{
border-color: #1451D5;
}
.TagClassName
{
border-color: #1451D5;
}
</style>