Shades of Denim #1452CF
Tints of Denim #1452CF
RGB
CMYK
RGB Variations
Color information
#1452CF (or 0x1452CF) is known color: Denim. HEX triplet: 14, 52 and CF. RGB value is (20,82,207). Sum of RGB (Red+Green+Blue) = 20+82+207=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #1452CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1452CF is #EBAD30. Grayscale: #4D4D4D. Windows color (decimal): -15445297 or 13586964. OLE color: 13586964.
HSL color Cylindrical-coordinate representation of color #1452CF: hue angle of 220.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1452CF is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 82 | 207 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.19 |
| HSL | 220.11º | 0.82% | 0.45% | - |
| HSV(B) | 220.11º | 0.9% | 0.81% | - |
| XYZ | 14.57 | 10.69 | 60.33 | - |
| YUV | 77.71 | 200.96 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 207 | 0.90 | 0.60 | 0 | 0.19 | 220.11 | 0.82 | 0.45 |
| Hex | 14 | 52 | CF | 5A | 3C | 0 | 13 | DC | 52 | 2D |
| Octal | 24 | 122 | 317 | 132 | 74 | 0 | 23 | 334 | 122 | 55 |
| Binary | 10100 | 1010010 | 11001111 | 1011010 | 111100 | 0 | 10011 | 11011100 | 1010010 | 101101 |
Color Harmonies of #1452CF
Complementary color
Monochromatic Colors of #1452CF
Black with #1452CF
Text Example
Text Example
White with #1452CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1452CF; }
p { color: rgb(20,82,207); }
H1.HeaderClassName
{
color: #1452CF;
}
.AnyTagClassName
{
color: #1452CF;
}
</style>
background-color css
<style>
a { background-color: #1452CF; }
a { background-color: rgb(20,82,207); }
div.DivClassName
{
background-color: #1452CF;
}
.BgClassName
{
background-color: #1452CF;
}
</style>
border-color css
<style>
span { border-color: #1452CF; }
span { border-color: rgb(20,82,207); }
td.TdClassName
{
border-color: #1452CF;
}
.TagClassName
{
border-color: #1452CF;
}
</style>