Shades of Denim #1450CE
Tints of Denim #1450CE
RGB
CMYK
RGB Variations
Color information
#1450CE (or 0x1450CE) is known color: Denim. HEX triplet: 14, 50 and CE. RGB value is (20,80,206). Sum of RGB (Red+Green+Blue) = 20+80+206=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #1450CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1450CE is #EBAF31. Grayscale: #4B4B4B. Windows color (decimal): -15445810 or 13520916. OLE color: 13520916.
HSL color Cylindrical-coordinate representation of color #1450CE: hue angle of 220.65º 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 #1450CE is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 80 | 206 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.19 |
| HSL | 220.65º | 0.82% | 0.44% | - |
| HSV(B) | 220.65º | 0.9% | 0.81% | - |
| XYZ | 14.3 | 10.34 | 59.64 | - |
| YUV | 76.42 | 201.12 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 206 | 0.90 | 0.61 | 0 | 0.19 | 220.65 | 0.82 | 0.44 |
| Hex | 14 | 50 | CE | 5A | 3D | 0 | 13 | DD | 52 | 2C |
| Octal | 24 | 120 | 316 | 132 | 75 | 0 | 23 | 335 | 122 | 54 |
| Binary | 10100 | 1010000 | 11001110 | 1011010 | 111101 | 0 | 10011 | 11011101 | 1010010 | 101100 |
Color Harmonies of #1450CE
Complementary color
Monochromatic Colors of #1450CE
Black with #1450CE
Text Example
Text Example
White with #1450CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1450CE; }
p { color: rgb(20,80,206); }
H1.HeaderClassName
{
color: #1450CE;
}
.AnyTagClassName
{
color: #1450CE;
}
</style>
background-color css
<style>
a { background-color: #1450CE; }
a { background-color: rgb(20,80,206); }
div.DivClassName
{
background-color: #1450CE;
}
.BgClassName
{
background-color: #1450CE;
}
</style>
border-color css
<style>
span { border-color: #1450CE; }
span { border-color: rgb(20,80,206); }
td.TdClassName
{
border-color: #1450CE;
}
.TagClassName
{
border-color: #1450CE;
}
</style>