Shades of Denim #1451C5
Tints of Denim #1451C5
RGB
CMYK
RGB Variations
Color information
#1451C5 (or 0x1451C5) is known color: Denim. HEX triplet: 14, 51 and C5. RGB value is (20,81,197). Sum of RGB (Red+Green+Blue) = 20+81+197=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #1451C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1451C5 is #EBAE3A. Grayscale: #4B4B4B. Windows color (decimal): -15445563 or 12931348. OLE color: 12931348.
HSL color Cylindrical-coordinate representation of color #1451C5: hue angle of 219.32º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1451C5 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 81 | 197 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.23 |
| HSL | 219.32º | 0.82% | 0.43% | - |
| HSV(B) | 219.32º | 0.9% | 0.77% | - |
| XYZ | 13.31 | 10.06 | 54.06 | - |
| YUV | 75.99 | 196.29 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 197 | 0.90 | 0.59 | 0 | 0.23 | 219.32 | 0.82 | 0.43 |
| Hex | 14 | 51 | C5 | 5A | 3B | 0 | 17 | DB | 52 | 2B |
| Octal | 24 | 121 | 305 | 132 | 73 | 0 | 27 | 333 | 122 | 53 |
| Binary | 10100 | 1010001 | 11000101 | 1011010 | 111011 | 0 | 10111 | 11011011 | 1010010 | 101011 |
Color Harmonies of #1451C5
Complementary color
Monochromatic Colors of #1451C5
Black with #1451C5
Text Example
Text Example
White with #1451C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1451C5; }
p { color: rgb(20,81,197); }
H1.HeaderClassName
{
color: #1451C5;
}
.AnyTagClassName
{
color: #1451C5;
}
</style>
background-color css
<style>
a { background-color: #1451C5; }
a { background-color: rgb(20,81,197); }
div.DivClassName
{
background-color: #1451C5;
}
.BgClassName
{
background-color: #1451C5;
}
</style>
border-color css
<style>
span { border-color: #1451C5; }
span { border-color: rgb(20,81,197); }
td.TdClassName
{
border-color: #1451C5;
}
.TagClassName
{
border-color: #1451C5;
}
</style>