Shades of Denim #1A5ABC
Tints of Denim #1A5ABC
RGB
CMYK
RGB Variations
Color information
#1A5ABC (or 0x1A5ABC) is known color: Denim. HEX triplet: 1A, 5A and BC. RGB value is (26,90,188). Sum of RGB (Red+Green+Blue) = 26+90+188=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A5ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5ABC is #E5A543. Grayscale: #515151. Windows color (decimal): -15050052 or 12343834. OLE color: 12343834.
HSL color Cylindrical-coordinate representation of color #1A5ABC: hue angle of 216.3º 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 #1A5ABC is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 90 | 188 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.26 |
| HSL | 216.3º | 0.76% | 0.42% | - |
| HSV(B) | 216.3º | 0.86% | 0.74% | - |
| XYZ | 13.16 | 11.16 | 49.04 | - |
| YUV | 82.04 | 187.8 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 90 | 188 | 0.86 | 0.52 | 0 | 0.26 | 216.3 | 0.76 | 0.42 |
| Hex | 1A | 5A | BC | 56 | 34 | 0 | 1A | D8 | 4C | 2A |
| Octal | 32 | 132 | 274 | 126 | 64 | 0 | 32 | 330 | 114 | 52 |
| Binary | 11010 | 1011010 | 10111100 | 1010110 | 110100 | 0 | 11010 | 11011000 | 1001100 | 101010 |
Color Harmonies of #1A5ABC
Complementary color
Monochromatic Colors of #1A5ABC
Black with #1A5ABC
Text Example
Text Example
White with #1A5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5ABC; }
p { color: rgb(26,90,188); }
H1.HeaderClassName
{
color: #1A5ABC;
}
.AnyTagClassName
{
color: #1A5ABC;
}
</style>
background-color css
<style>
a { background-color: #1A5ABC; }
a { background-color: rgb(26,90,188); }
div.DivClassName
{
background-color: #1A5ABC;
}
.BgClassName
{
background-color: #1A5ABC;
}
</style>
border-color css
<style>
span { border-color: #1A5ABC; }
span { border-color: rgb(26,90,188); }
td.TdClassName
{
border-color: #1A5ABC;
}
.TagClassName
{
border-color: #1A5ABC;
}
</style>