Shades of Denim #1458CA
Tints of Denim #1458CA
RGB
CMYK
RGB Variations
Color information
#1458CA (or 0x1458CA) is known color: Denim. HEX triplet: 14, 58 and CA. RGB value is (20,88,202). Sum of RGB (Red+Green+Blue) = 20+88+202=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #1458CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1458CA is #EBA735. Grayscale: #505050. Windows color (decimal): -15443766 or 13260820. OLE color: 13260820.
HSL color Cylindrical-coordinate representation of color #1458CA: hue angle of 217.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1458CA is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 88 | 202 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.21 |
| HSL | 217.58º | 0.82% | 0.44% | - |
| HSV(B) | 217.58º | 0.9% | 0.79% | - |
| XYZ | 14.44 | 11.39 | 57.32 | - |
| YUV | 80.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 202 | 0.90 | 0.56 | 0 | 0.21 | 217.58 | 0.82 | 0.44 |
| Hex | 14 | 58 | CA | 5A | 38 | 0 | 15 | DA | 52 | 2C |
| Octal | 24 | 130 | 312 | 132 | 70 | 0 | 25 | 332 | 122 | 54 |
| Binary | 10100 | 1011000 | 11001010 | 1011010 | 111000 | 0 | 10101 | 11011010 | 1010010 | 101100 |
Color Harmonies of #1458CA
Complementary color
Monochromatic Colors of #1458CA
Black with #1458CA
Text Example
Text Example
White with #1458CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1458CA; }
p { color: rgb(20,88,202); }
H1.HeaderClassName
{
color: #1458CA;
}
.AnyTagClassName
{
color: #1458CA;
}
</style>
background-color css
<style>
a { background-color: #1458CA; }
a { background-color: rgb(20,88,202); }
div.DivClassName
{
background-color: #1458CA;
}
.BgClassName
{
background-color: #1458CA;
}
</style>
border-color css
<style>
span { border-color: #1458CA; }
span { border-color: rgb(20,88,202); }
td.TdClassName
{
border-color: #1458CA;
}
.TagClassName
{
border-color: #1458CA;
}
</style>