Shades of Denim #1454CB
Tints of Denim #1454CB
RGB
CMYK
RGB Variations
Color information
#1454CB (or 0x1454CB) is known color: Denim. HEX triplet: 14, 54 and CB. RGB value is (20,84,203). Sum of RGB (Red+Green+Blue) = 20+84+203=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #1454CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1454CB is #EBAB34. Grayscale: #4D4D4D. Windows color (decimal): -15444789 or 13325332. OLE color: 13325332.
HSL color Cylindrical-coordinate representation of color #1454CB: hue angle of 219.02º 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 #1454CB is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 84 | 203 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.20 |
| HSL | 219.02º | 0.82% | 0.44% | - |
| HSV(B) | 219.02º | 0.9% | 0.8% | - |
| XYZ | 14.24 | 10.8 | 57.83 | - |
| YUV | 78.43 | 198.3 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 203 | 0.90 | 0.59 | 0 | 0.20 | 219.02 | 0.82 | 0.44 |
| Hex | 14 | 54 | CB | 5A | 3B | 0 | 14 | DB | 52 | 2C |
| Octal | 24 | 124 | 313 | 132 | 73 | 0 | 24 | 333 | 122 | 54 |
| Binary | 10100 | 1010100 | 11001011 | 1011010 | 111011 | 0 | 10100 | 11011011 | 1010010 | 101100 |
Color Harmonies of #1454CB
Complementary color
Monochromatic Colors of #1454CB
Black with #1454CB
Text Example
Text Example
White with #1454CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454CB; }
p { color: rgb(20,84,203); }
H1.HeaderClassName
{
color: #1454CB;
}
.AnyTagClassName
{
color: #1454CB;
}
</style>
background-color css
<style>
a { background-color: #1454CB; }
a { background-color: rgb(20,84,203); }
div.DivClassName
{
background-color: #1454CB;
}
.BgClassName
{
background-color: #1454CB;
}
</style>
border-color css
<style>
span { border-color: #1454CB; }
span { border-color: rgb(20,84,203); }
td.TdClassName
{
border-color: #1454CB;
}
.TagClassName
{
border-color: #1454CB;
}
</style>