Shades of Denim #1452CE
Tints of Denim #1452CE
RGB
CMYK
RGB Variations
Color information
#1452CE (or 0x1452CE) is known color: Denim. HEX triplet: 14, 52 and CE. RGB value is (20,82,206). Sum of RGB (Red+Green+Blue) = 20+82+206=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #1452CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1452CE is #EBAD31. Grayscale: #4D4D4D. Windows color (decimal): -15445298 or 13521428. OLE color: 13521428.
HSL color Cylindrical-coordinate representation of color #1452CE: hue angle of 220º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1452CE is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 82 | 206 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.19 |
| HSL | 220º | 0.82% | 0.44% | - |
| HSV(B) | 220º | 0.9% | 0.81% | - |
| XYZ | 14.45 | 10.64 | 59.68 | - |
| YUV | 77.6 | 200.46 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 206 | 0.90 | 0.60 | 0 | 0.19 | 220 | 0.82 | 0.44 |
| Hex | 14 | 52 | CE | 5A | 3C | 0 | 13 | DC | 52 | 2C |
| Octal | 24 | 122 | 316 | 132 | 74 | 0 | 23 | 334 | 122 | 54 |
| Binary | 10100 | 1010010 | 11001110 | 1011010 | 111100 | 0 | 10011 | 11011100 | 1010010 | 101100 |
Color Harmonies of #1452CE
Complementary color
Monochromatic Colors of #1452CE
Black with #1452CE
Text Example
Text Example
White with #1452CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1452CE; }
p { color: rgb(20,82,206); }
H1.HeaderClassName
{
color: #1452CE;
}
.AnyTagClassName
{
color: #1452CE;
}
</style>
background-color css
<style>
a { background-color: #1452CE; }
a { background-color: rgb(20,82,206); }
div.DivClassName
{
background-color: #1452CE;
}
.BgClassName
{
background-color: #1452CE;
}
</style>
border-color css
<style>
span { border-color: #1452CE; }
span { border-color: rgb(20,82,206); }
td.TdClassName
{
border-color: #1452CE;
}
.TagClassName
{
border-color: #1452CE;
}
</style>