Shades of Denim #1A55BF
Tints of Denim #1A55BF
RGB
CMYK
RGB Variations
Color information
#1A55BF (or 0x1A55BF) is known color: Denim. HEX triplet: 1A, 55 and BF. RGB value is (26,85,191). Sum of RGB (Red+Green+Blue) = 26+85+191=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A55BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A55BF is #E5AA40. Grayscale: #4E4E4E. Windows color (decimal): -15051329 or 12539162. OLE color: 12539162.
HSL color Cylindrical-coordinate representation of color #1A55BF: hue angle of 218.55º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A55BF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 85 | 191 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.25 |
| HSL | 218.55º | 0.76% | 0.43% | - |
| HSV(B) | 218.55º | 0.86% | 0.75% | - |
| XYZ | 13.08 | 10.48 | 50.62 | - |
| YUV | 79.44 | 190.95 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 191 | 0.86 | 0.55 | 0 | 0.25 | 218.55 | 0.76 | 0.43 |
| Hex | 1A | 55 | BF | 56 | 37 | 0 | 19 | DB | 4C | 2B |
| Octal | 32 | 125 | 277 | 126 | 67 | 0 | 31 | 333 | 114 | 53 |
| Binary | 11010 | 1010101 | 10111111 | 1010110 | 110111 | 0 | 11001 | 11011011 | 1001100 | 101011 |
Color Harmonies of #1A55BF
Complementary color
Monochromatic Colors of #1A55BF
Black with #1A55BF
Text Example
Text Example
White with #1A55BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A55BF; }
p { color: rgb(26,85,191); }
H1.HeaderClassName
{
color: #1A55BF;
}
.AnyTagClassName
{
color: #1A55BF;
}
</style>
background-color css
<style>
a { background-color: #1A55BF; }
a { background-color: rgb(26,85,191); }
div.DivClassName
{
background-color: #1A55BF;
}
.BgClassName
{
background-color: #1A55BF;
}
</style>
border-color css
<style>
span { border-color: #1A55BF; }
span { border-color: rgb(26,85,191); }
td.TdClassName
{
border-color: #1A55BF;
}
.TagClassName
{
border-color: #1A55BF;
}
</style>