Shades of Denim #1450CC
Tints of Denim #1450CC
RGB
CMYK
RGB Variations
Color information
#1450CC (or 0x1450CC) is known color: Denim. HEX triplet: 14, 50 and CC. RGB value is (20,80,204). Sum of RGB (Red+Green+Blue) = 20+80+204=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #1450CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1450CC is #EBAF33. Grayscale: #4B4B4B. Windows color (decimal): -15445812 or 13389844. OLE color: 13389844.
HSL color Cylindrical-coordinate representation of color #1450CC: hue angle of 220.43º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1450CC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 80 | 204 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.2 |
| HSL | 220.43º | 0.82% | 0.44% | - |
| HSV(B) | 220.43º | 0.9% | 0.8% | - |
| XYZ | 14.06 | 10.25 | 58.36 | - |
| YUV | 76.2 | 200.12 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 204 | 0.90 | 0.61 | 0 | 0.2 | 220.43 | 0.82 | 0.44 |
| Hex | 14 | 50 | CC | 5A | 3D | 0 | 14 | DC | 52 | 2C |
| Octal | 24 | 120 | 314 | 132 | 75 | 0 | 24 | 334 | 122 | 54 |
| Binary | 10100 | 1010000 | 11001100 | 1011010 | 111101 | 0 | 10100 | 11011100 | 1010010 | 101100 |
Color Harmonies of #1450CC
Complementary color
Monochromatic Colors of #1450CC
Black with #1450CC
Text Example
Text Example
White with #1450CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1450CC; }
p { color: rgb(20,80,204); }
H1.HeaderClassName
{
color: #1450CC;
}
.AnyTagClassName
{
color: #1450CC;
}
</style>
background-color css
<style>
a { background-color: #1450CC; }
a { background-color: rgb(20,80,204); }
div.DivClassName
{
background-color: #1450CC;
}
.BgClassName
{
background-color: #1450CC;
}
</style>
border-color css
<style>
span { border-color: #1450CC; }
span { border-color: rgb(20,80,204); }
td.TdClassName
{
border-color: #1450CC;
}
.TagClassName
{
border-color: #1450CC;
}
</style>