Shades of Denim #1458CC
Tints of Denim #1458CC
RGB
CMYK
RGB Variations
Color information
#1458CC (or 0x1458CC) is known color: Denim. HEX triplet: 14, 58 and CC. RGB value is (20,88,204). Sum of RGB (Red+Green+Blue) = 20+88+204=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #1458CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1458CC is #EBA733. Grayscale: #505050. Windows color (decimal): -15443764 or 13391892. OLE color: 13391892.
HSL color Cylindrical-coordinate representation of color #1458CC: hue angle of 217.83º 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 #1458CC is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 88 | 204 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.2 |
| HSL | 217.83º | 0.82% | 0.44% | - |
| HSV(B) | 217.83º | 0.9% | 0.8% | - |
| XYZ | 14.68 | 11.49 | 58.57 | - |
| YUV | 80.89 | 197.47 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 204 | 0.90 | 0.57 | 0 | 0.2 | 217.83 | 0.82 | 0.44 |
| Hex | 14 | 58 | CC | 5A | 39 | 0 | 14 | DA | 52 | 2C |
| Octal | 24 | 130 | 314 | 132 | 71 | 0 | 24 | 332 | 122 | 54 |
| Binary | 10100 | 1011000 | 11001100 | 1011010 | 111001 | 0 | 10100 | 11011010 | 1010010 | 101100 |
Color Harmonies of #1458CC
Complementary color
Monochromatic Colors of #1458CC
Black with #1458CC
Text Example
Text Example
White with #1458CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1458CC; }
p { color: rgb(20,88,204); }
H1.HeaderClassName
{
color: #1458CC;
}
.AnyTagClassName
{
color: #1458CC;
}
</style>
background-color css
<style>
a { background-color: #1458CC; }
a { background-color: rgb(20,88,204); }
div.DivClassName
{
background-color: #1458CC;
}
.BgClassName
{
background-color: #1458CC;
}
</style>
border-color css
<style>
span { border-color: #1458CC; }
span { border-color: rgb(20,88,204); }
td.TdClassName
{
border-color: #1458CC;
}
.TagClassName
{
border-color: #1458CC;
}
</style>