Shades of Denim #1452BF
Tints of Denim #1452BF
RGB
CMYK
RGB Variations
Color information
#1452BF (or 0x1452BF) is known color: Denim. HEX triplet: 14, 52 and BF. RGB value is (20,82,191). Sum of RGB (Red+Green+Blue) = 20+82+191=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #1452BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1452BF is #EBAD40. Grayscale: #4B4B4B. Windows color (decimal): -15445313 or 12538388. OLE color: 12538388.
HSL color Cylindrical-coordinate representation of color #1452BF: hue angle of 218.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1452BF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 82 | 191 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.25 |
| HSL | 218.25º | 0.81% | 0.41% | - |
| HSV(B) | 218.25º | 0.9% | 0.75% | - |
| XYZ | 12.71 | 9.94 | 50.54 | - |
| YUV | 75.89 | 192.96 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 191 | 0.90 | 0.57 | 0 | 0.25 | 218.25 | 0.81 | 0.41 |
| Hex | 14 | 52 | BF | 5A | 39 | 0 | 19 | DA | 51 | 29 |
| Octal | 24 | 122 | 277 | 132 | 71 | 0 | 31 | 332 | 121 | 51 |
| Binary | 10100 | 1010010 | 10111111 | 1011010 | 111001 | 0 | 11001 | 11011010 | 1010001 | 101001 |
Color Harmonies of #1452BF
Complementary color
Monochromatic Colors of #1452BF
Black with #1452BF
Text Example
Text Example
White with #1452BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1452BF; }
p { color: rgb(20,82,191); }
H1.HeaderClassName
{
color: #1452BF;
}
.AnyTagClassName
{
color: #1452BF;
}
</style>
background-color css
<style>
a { background-color: #1452BF; }
a { background-color: rgb(20,82,191); }
div.DivClassName
{
background-color: #1452BF;
}
.BgClassName
{
background-color: #1452BF;
}
</style>
border-color css
<style>
span { border-color: #1452BF; }
span { border-color: rgb(20,82,191); }
td.TdClassName
{
border-color: #1452BF;
}
.TagClassName
{
border-color: #1452BF;
}
</style>