Shades of Denim #1454CC
Tints of Denim #1454CC
RGB
CMYK
RGB Variations
Color information
#1454CC (or 0x1454CC) is known color: Denim. HEX triplet: 14, 54 and CC. RGB value is (20,84,204). Sum of RGB (Red+Green+Blue) = 20+84+204=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #1454CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1454CC is #EBAB33. Grayscale: #4E4E4E. Windows color (decimal): -15444788 or 13390868. OLE color: 13390868.
HSL color Cylindrical-coordinate representation of color #1454CC: hue angle of 219.13º 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 #1454CC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 84 | 204 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.2 |
| HSL | 219.13º | 0.82% | 0.44% | - |
| HSV(B) | 219.13º | 0.9% | 0.8% | - |
| XYZ | 14.36 | 10.85 | 58.46 | - |
| YUV | 78.54 | 198.8 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 204 | 0.90 | 0.59 | 0 | 0.2 | 219.13 | 0.82 | 0.44 |
| Hex | 14 | 54 | CC | 5A | 3B | 0 | 14 | DB | 52 | 2C |
| Octal | 24 | 124 | 314 | 132 | 73 | 0 | 24 | 333 | 122 | 54 |
| Binary | 10100 | 1010100 | 11001100 | 1011010 | 111011 | 0 | 10100 | 11011011 | 1010010 | 101100 |
Color Harmonies of #1454CC
Complementary color
Monochromatic Colors of #1454CC
Black with #1454CC
Text Example
Text Example
White with #1454CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454CC; }
p { color: rgb(20,84,204); }
H1.HeaderClassName
{
color: #1454CC;
}
.AnyTagClassName
{
color: #1454CC;
}
</style>
background-color css
<style>
a { background-color: #1454CC; }
a { background-color: rgb(20,84,204); }
div.DivClassName
{
background-color: #1454CC;
}
.BgClassName
{
background-color: #1454CC;
}
</style>
border-color css
<style>
span { border-color: #1454CC; }
span { border-color: rgb(20,84,204); }
td.TdClassName
{
border-color: #1454CC;
}
.TagClassName
{
border-color: #1454CC;
}
</style>