Shades of Denim #1452BE
Tints of Denim #1452BE
RGB
CMYK
RGB Variations
Color information
#1452BE (or 0x1452BE) is known color: Denim. HEX triplet: 14, 52 and BE. RGB value is (20,82,190). Sum of RGB (Red+Green+Blue) = 20+82+190=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #1452BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1452BE is #EBAD41. Grayscale: #4B4B4B. Windows color (decimal): -15445314 or 12472852. OLE color: 12472852.
HSL color Cylindrical-coordinate representation of color #1452BE: hue angle of 218.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1452BE is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 82 | 190 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.25 |
| HSL | 218.12º | 0.81% | 0.41% | - |
| HSV(B) | 218.12º | 0.89% | 0.75% | - |
| XYZ | 12.6 | 9.9 | 49.96 | - |
| YUV | 75.77 | 192.46 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 190 | 0.89 | 0.57 | 0 | 0.25 | 218.12 | 0.81 | 0.41 |
| Hex | 14 | 52 | BE | 59 | 39 | 0 | 19 | DA | 51 | 29 |
| Octal | 24 | 122 | 276 | 131 | 71 | 0 | 31 | 332 | 121 | 51 |
| Binary | 10100 | 1010010 | 10111110 | 1011001 | 111001 | 0 | 11001 | 11011010 | 1010001 | 101001 |
Color Harmonies of #1452BE
Complementary color
Monochromatic Colors of #1452BE
Black with #1452BE
Text Example
Text Example
White with #1452BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1452BE; }
p { color: rgb(20,82,190); }
H1.HeaderClassName
{
color: #1452BE;
}
.AnyTagClassName
{
color: #1452BE;
}
</style>
background-color css
<style>
a { background-color: #1452BE; }
a { background-color: rgb(20,82,190); }
div.DivClassName
{
background-color: #1452BE;
}
.BgClassName
{
background-color: #1452BE;
}
</style>
border-color css
<style>
span { border-color: #1452BE; }
span { border-color: rgb(20,82,190); }
td.TdClassName
{
border-color: #1452BE;
}
.TagClassName
{
border-color: #1452BE;
}
</style>