Shades of Denim #1458CB
Tints of Denim #1458CB
RGB
CMYK
RGB Variations
Color information
#1458CB (or 0x1458CB) is known color: Denim. HEX triplet: 14, 58 and CB. RGB value is (20,88,203). Sum of RGB (Red+Green+Blue) = 20+88+203=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #1458CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1458CB is #EBA734. Grayscale: #505050. Windows color (decimal): -15443765 or 13326356. OLE color: 13326356.
HSL color Cylindrical-coordinate representation of color #1458CB: hue angle of 217.7º 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 #1458CB is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 88 | 203 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.20 |
| HSL | 217.7º | 0.82% | 0.44% | - |
| HSV(B) | 217.7º | 0.9% | 0.8% | - |
| XYZ | 14.56 | 11.44 | 57.94 | - |
| YUV | 80.78 | 196.97 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 203 | 0.90 | 0.57 | 0 | 0.20 | 217.7 | 0.82 | 0.44 |
| Hex | 14 | 58 | CB | 5A | 39 | 0 | 14 | DA | 52 | 2C |
| Octal | 24 | 130 | 313 | 132 | 71 | 0 | 24 | 332 | 122 | 54 |
| Binary | 10100 | 1011000 | 11001011 | 1011010 | 111001 | 0 | 10100 | 11011010 | 1010010 | 101100 |
Color Harmonies of #1458CB
Complementary color
Monochromatic Colors of #1458CB
Black with #1458CB
Text Example
Text Example
White with #1458CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1458CB; }
p { color: rgb(20,88,203); }
H1.HeaderClassName
{
color: #1458CB;
}
.AnyTagClassName
{
color: #1458CB;
}
</style>
background-color css
<style>
a { background-color: #1458CB; }
a { background-color: rgb(20,88,203); }
div.DivClassName
{
background-color: #1458CB;
}
.BgClassName
{
background-color: #1458CB;
}
</style>
border-color css
<style>
span { border-color: #1458CB; }
span { border-color: rgb(20,88,203); }
td.TdClassName
{
border-color: #1458CB;
}
.TagClassName
{
border-color: #1458CB;
}
</style>