Shades of Denim #1B5AAA
Tints of Denim #1B5AAA
RGB
CMYK
RGB Variations
Color information
#1B5AAA (or 0x1B5AAA) is known color: Denim. HEX triplet: 1B, 5A and AA. RGB value is (27,90,170). Sum of RGB (Red+Green+Blue) = 27+90+170=287 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.41% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B5AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5AAA is #E4A555. Grayscale: #4F4F4F. Windows color (decimal): -14984534 or 11164187. OLE color: 11164187.
HSL color Cylindrical-coordinate representation of color #1B5AAA: hue angle of 213.57º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B5AAA is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 90 | 170 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.33 |
| HSL | 213.57º | 0.73% | 0.39% | - |
| HSV(B) | 213.57º | 0.84% | 0.67% | - |
| XYZ | 11.36 | 10.45 | 39.45 | - |
| YUV | 80.28 | 178.63 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 170 | 0.84 | 0.47 | 0 | 0.33 | 213.57 | 0.73 | 0.39 |
| Hex | 1B | 5A | AA | 54 | 2F | 0 | 21 | D6 | 49 | 27 |
| Octal | 33 | 132 | 252 | 124 | 57 | 0 | 41 | 326 | 111 | 47 |
| Binary | 11011 | 1011010 | 10101010 | 1010100 | 101111 | 0 | 100001 | 11010110 | 1001001 | 100111 |
Color Harmonies of #1B5AAA
Complementary color
Monochromatic Colors of #1B5AAA
Black with #1B5AAA
Text Example
Text Example
White with #1B5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5AAA; }
p { color: rgb(27,90,170); }
H1.HeaderClassName
{
color: #1B5AAA;
}
.AnyTagClassName
{
color: #1B5AAA;
}
</style>
background-color css
<style>
a { background-color: #1B5AAA; }
a { background-color: rgb(27,90,170); }
div.DivClassName
{
background-color: #1B5AAA;
}
.BgClassName
{
background-color: #1B5AAA;
}
</style>
border-color css
<style>
span { border-color: #1B5AAA; }
span { border-color: rgb(27,90,170); }
td.TdClassName
{
border-color: #1B5AAA;
}
.TagClassName
{
border-color: #1B5AAA;
}
</style>