Shades of Denim #1A5FBB
Tints of Denim #1A5FBB
RGB
CMYK
RGB Variations
Color information
#1A5FBB (or 0x1A5FBB) is known color: Denim. HEX triplet: 1A, 5F and BB. RGB value is (26,95,187). Sum of RGB (Red+Green+Blue) = 26+95+187=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A5FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5FBB is #E5A044. Grayscale: #545454. Windows color (decimal): -15048773 or 12279578. OLE color: 12279578.
HSL color Cylindrical-coordinate representation of color #1A5FBB: hue angle of 214.29º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A5FBB is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 95 | 187 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.27 |
| HSL | 214.29º | 0.76% | 0.42% | - |
| HSV(B) | 214.29º | 0.86% | 0.73% | - |
| XYZ | 13.49 | 11.99 | 48.62 | - |
| YUV | 84.86 | 185.64 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 95 | 187 | 0.86 | 0.49 | 0 | 0.27 | 214.29 | 0.76 | 0.42 |
| Hex | 1A | 5F | BB | 56 | 31 | 0 | 1B | D6 | 4C | 2A |
| Octal | 32 | 137 | 273 | 126 | 61 | 0 | 33 | 326 | 114 | 52 |
| Binary | 11010 | 1011111 | 10111011 | 1010110 | 110001 | 0 | 11011 | 11010110 | 1001100 | 101010 |
Color Harmonies of #1A5FBB
Complementary color
Monochromatic Colors of #1A5FBB
Black with #1A5FBB
Text Example
Text Example
White with #1A5FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5FBB; }
p { color: rgb(26,95,187); }
H1.HeaderClassName
{
color: #1A5FBB;
}
.AnyTagClassName
{
color: #1A5FBB;
}
</style>
background-color css
<style>
a { background-color: #1A5FBB; }
a { background-color: rgb(26,95,187); }
div.DivClassName
{
background-color: #1A5FBB;
}
.BgClassName
{
background-color: #1A5FBB;
}
</style>
border-color css
<style>
span { border-color: #1A5FBB; }
span { border-color: rgb(26,95,187); }
td.TdClassName
{
border-color: #1A5FBB;
}
.TagClassName
{
border-color: #1A5FBB;
}
</style>