Shades of Denim #1A58BC
Tints of Denim #1A58BC
RGB
CMYK
RGB Variations
Color information
#1A58BC (or 0x1A58BC) is known color: Denim. HEX triplet: 1A, 58 and BC. RGB value is (26,88,188). Sum of RGB (Red+Green+Blue) = 26+88+188=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A58BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A58BC is #E5A743. Grayscale: #505050. Windows color (decimal): -15050564 or 12343322. OLE color: 12343322.
HSL color Cylindrical-coordinate representation of color #1A58BC: hue angle of 217.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A58BC is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 88 | 188 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.26 |
| HSL | 217.04º | 0.76% | 0.42% | - |
| HSV(B) | 217.04º | 0.86% | 0.74% | - |
| XYZ | 12.99 | 10.83 | 48.98 | - |
| YUV | 80.86 | 188.46 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 88 | 188 | 0.86 | 0.53 | 0 | 0.26 | 217.04 | 0.76 | 0.42 |
| Hex | 1A | 58 | BC | 56 | 35 | 0 | 1A | D9 | 4C | 2A |
| Octal | 32 | 130 | 274 | 126 | 65 | 0 | 32 | 331 | 114 | 52 |
| Binary | 11010 | 1011000 | 10111100 | 1010110 | 110101 | 0 | 11010 | 11011001 | 1001100 | 101010 |
Color Harmonies of #1A58BC
Complementary color
Monochromatic Colors of #1A58BC
Black with #1A58BC
Text Example
Text Example
White with #1A58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A58BC; }
p { color: rgb(26,88,188); }
H1.HeaderClassName
{
color: #1A58BC;
}
.AnyTagClassName
{
color: #1A58BC;
}
</style>
background-color css
<style>
a { background-color: #1A58BC; }
a { background-color: rgb(26,88,188); }
div.DivClassName
{
background-color: #1A58BC;
}
.BgClassName
{
background-color: #1A58BC;
}
</style>
border-color css
<style>
span { border-color: #1A58BC; }
span { border-color: rgb(26,88,188); }
td.TdClassName
{
border-color: #1A58BC;
}
.TagClassName
{
border-color: #1A58BC;
}
</style>