Shades of Denim #1458BF
Tints of Denim #1458BF
RGB
CMYK
RGB Variations
Color information
#1458BF (or 0x1458BF) is known color: Denim. HEX triplet: 14, 58 and BF. RGB value is (20,88,191). Sum of RGB (Red+Green+Blue) = 20+88+191=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #1458BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1458BF is #EBA740. Grayscale: #4E4E4E. Windows color (decimal): -15443777 or 12539924. OLE color: 12539924.
HSL color Cylindrical-coordinate representation of color #1458BF: hue angle of 216.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1458BF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 88 | 191 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.25 |
| HSL | 216.14º | 0.81% | 0.41% | - |
| HSV(B) | 216.14º | 0.9% | 0.75% | - |
| XYZ | 13.18 | 10.89 | 50.7 | - |
| YUV | 79.41 | 190.97 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 191 | 0.90 | 0.54 | 0 | 0.25 | 216.14 | 0.81 | 0.41 |
| Hex | 14 | 58 | BF | 5A | 36 | 0 | 19 | D8 | 51 | 29 |
| Octal | 24 | 130 | 277 | 132 | 66 | 0 | 31 | 330 | 121 | 51 |
| Binary | 10100 | 1011000 | 10111111 | 1011010 | 110110 | 0 | 11001 | 11011000 | 1010001 | 101001 |
Color Harmonies of #1458BF
Complementary color
Monochromatic Colors of #1458BF
Black with #1458BF
Text Example
Text Example
White with #1458BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1458BF; }
p { color: rgb(20,88,191); }
H1.HeaderClassName
{
color: #1458BF;
}
.AnyTagClassName
{
color: #1458BF;
}
</style>
background-color css
<style>
a { background-color: #1458BF; }
a { background-color: rgb(20,88,191); }
div.DivClassName
{
background-color: #1458BF;
}
.BgClassName
{
background-color: #1458BF;
}
</style>
border-color css
<style>
span { border-color: #1458BF; }
span { border-color: rgb(20,88,191); }
td.TdClassName
{
border-color: #1458BF;
}
.TagClassName
{
border-color: #1458BF;
}
</style>