Shades of Denim #1A55B8
Tints of Denim #1A55B8
RGB
CMYK
RGB Variations
Color information
#1A55B8 (or 0x1A55B8) is known color: Denim. HEX triplet: 1A, 55 and B8. RGB value is (26,85,184). Sum of RGB (Red+Green+Blue) = 26+85+184=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #1A55B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A55B8 is #E5AA47. Grayscale: #4E4E4E. Windows color (decimal): -15051336 or 12080410. OLE color: 12080410.
HSL color Cylindrical-coordinate representation of color #1A55B8: hue angle of 217.59º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A55B8 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 85 | 184 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.28 |
| HSL | 217.59º | 0.75% | 0.41% | - |
| HSV(B) | 217.59º | 0.86% | 0.72% | - |
| XYZ | 12.33 | 10.18 | 46.66 | - |
| YUV | 78.65 | 187.45 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 184 | 0.86 | 0.54 | 0 | 0.28 | 217.59 | 0.75 | 0.41 |
| Hex | 1A | 55 | B8 | 56 | 36 | 0 | 1C | DA | 4B | 29 |
| Octal | 32 | 125 | 270 | 126 | 66 | 0 | 34 | 332 | 113 | 51 |
| Binary | 11010 | 1010101 | 10111000 | 1010110 | 110110 | 0 | 11100 | 11011010 | 1001011 | 101001 |
Color Harmonies of #1A55B8
Complementary color
Monochromatic Colors of #1A55B8
Black with #1A55B8
Text Example
Text Example
White with #1A55B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A55B8; }
p { color: rgb(26,85,184); }
H1.HeaderClassName
{
color: #1A55B8;
}
.AnyTagClassName
{
color: #1A55B8;
}
</style>
background-color css
<style>
a { background-color: #1A55B8; }
a { background-color: rgb(26,85,184); }
div.DivClassName
{
background-color: #1A55B8;
}
.BgClassName
{
background-color: #1A55B8;
}
</style>
border-color css
<style>
span { border-color: #1A55B8; }
span { border-color: rgb(26,85,184); }
td.TdClassName
{
border-color: #1A55B8;
}
.TagClassName
{
border-color: #1A55B8;
}
</style>