Shades of Denim #1451BA
Tints of Denim #1451BA
RGB
CMYK
RGB Variations
Color information
#1451BA (or 0x1451BA) is known color: Denim. HEX triplet: 14, 51 and BA. RGB value is (20,81,186). Sum of RGB (Red+Green+Blue) = 20+81+186=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #1451BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1451BA is #EBAE45. Grayscale: #4A4A4A. Windows color (decimal): -15445574 or 12210452. OLE color: 12210452.
HSL color Cylindrical-coordinate representation of color #1451BA: hue angle of 217.95º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1451BA is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 81 | 186 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.27 |
| HSL | 217.95º | 0.81% | 0.4% | - |
| HSV(B) | 217.95º | 0.89% | 0.73% | - |
| XYZ | 12.09 | 9.58 | 47.67 | - |
| YUV | 74.73 | 190.79 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 186 | 0.89 | 0.56 | 0 | 0.27 | 217.95 | 0.81 | 0.4 |
| Hex | 14 | 51 | BA | 59 | 38 | 0 | 1B | DA | 51 | 28 |
| Octal | 24 | 121 | 272 | 131 | 70 | 0 | 33 | 332 | 121 | 50 |
| Binary | 10100 | 1010001 | 10111010 | 1011001 | 111000 | 0 | 11011 | 11011010 | 1010001 | 101000 |
Color Harmonies of #1451BA
Complementary color
Monochromatic Colors of #1451BA
Black with #1451BA
Text Example
Text Example
White with #1451BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1451BA; }
p { color: rgb(20,81,186); }
H1.HeaderClassName
{
color: #1451BA;
}
.AnyTagClassName
{
color: #1451BA;
}
</style>
background-color css
<style>
a { background-color: #1451BA; }
a { background-color: rgb(20,81,186); }
div.DivClassName
{
background-color: #1451BA;
}
.BgClassName
{
background-color: #1451BA;
}
</style>
border-color css
<style>
span { border-color: #1451BA; }
span { border-color: rgb(20,81,186); }
td.TdClassName
{
border-color: #1451BA;
}
.TagClassName
{
border-color: #1451BA;
}
</style>