Shades of Denim #1458CE
Tints of Denim #1458CE
RGB
CMYK
RGB Variations
Color information
#1458CE (or 0x1458CE) is known color: Denim. HEX triplet: 14, 58 and CE. RGB value is (20,88,206). Sum of RGB (Red+Green+Blue) = 20+88+206=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #1458CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1458CE is #EBA731. Grayscale: #505050. Windows color (decimal): -15443762 or 13522964. OLE color: 13522964.
HSL color Cylindrical-coordinate representation of color #1458CE: hue angle of 218.06º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1458CE is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 88 | 206 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.19 |
| HSL | 218.06º | 0.82% | 0.44% | - |
| HSV(B) | 218.06º | 0.9% | 0.81% | - |
| XYZ | 14.92 | 11.58 | 59.84 | - |
| YUV | 81.12 | 198.47 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 206 | 0.90 | 0.57 | 0 | 0.19 | 218.06 | 0.82 | 0.44 |
| Hex | 14 | 58 | CE | 5A | 39 | 0 | 13 | DA | 52 | 2C |
| Octal | 24 | 130 | 316 | 132 | 71 | 0 | 23 | 332 | 122 | 54 |
| Binary | 10100 | 1011000 | 11001110 | 1011010 | 111001 | 0 | 10011 | 11011010 | 1010010 | 101100 |
Color Harmonies of #1458CE
Complementary color
Monochromatic Colors of #1458CE
Black with #1458CE
Text Example
Text Example
White with #1458CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1458CE; }
p { color: rgb(20,88,206); }
H1.HeaderClassName
{
color: #1458CE;
}
.AnyTagClassName
{
color: #1458CE;
}
</style>
background-color css
<style>
a { background-color: #1458CE; }
a { background-color: rgb(20,88,206); }
div.DivClassName
{
background-color: #1458CE;
}
.BgClassName
{
background-color: #1458CE;
}
</style>
border-color css
<style>
span { border-color: #1458CE; }
span { border-color: rgb(20,88,206); }
td.TdClassName
{
border-color: #1458CE;
}
.TagClassName
{
border-color: #1458CE;
}
</style>