Shades of Denim #1B5CAA
Tints of Denim #1B5CAA
RGB
CMYK
RGB Variations
Color information
#1B5CAA (or 0x1B5CAA) is known color: Denim. HEX triplet: 1B, 5C and AA. RGB value is (27,92,170). Sum of RGB (Red+Green+Blue) = 27+92+170=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B5CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5CAA is #E4A355. Grayscale: #515151. Windows color (decimal): -14984022 or 11164699. OLE color: 11164699.
HSL color Cylindrical-coordinate representation of color #1B5CAA: hue angle of 212.73º 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 #1B5CAA is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 92 | 170 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.33 |
| HSL | 212.73º | 0.73% | 0.39% | - |
| HSV(B) | 212.73º | 0.84% | 0.67% | - |
| XYZ | 11.53 | 10.79 | 39.5 | - |
| YUV | 81.46 | 177.97 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 170 | 0.84 | 0.46 | 0 | 0.33 | 212.73 | 0.73 | 0.39 |
| Hex | 1B | 5C | AA | 54 | 2E | 0 | 21 | D5 | 49 | 27 |
| Octal | 33 | 134 | 252 | 124 | 56 | 0 | 41 | 325 | 111 | 47 |
| Binary | 11011 | 1011100 | 10101010 | 1010100 | 101110 | 0 | 100001 | 11010101 | 1001001 | 100111 |
Color Harmonies of #1B5CAA
Complementary color
Monochromatic Colors of #1B5CAA
Black with #1B5CAA
Text Example
Text Example
White with #1B5CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5CAA; }
p { color: rgb(27,92,170); }
H1.HeaderClassName
{
color: #1B5CAA;
}
.AnyTagClassName
{
color: #1B5CAA;
}
</style>
background-color css
<style>
a { background-color: #1B5CAA; }
a { background-color: rgb(27,92,170); }
div.DivClassName
{
background-color: #1B5CAA;
}
.BgClassName
{
background-color: #1B5CAA;
}
</style>
border-color css
<style>
span { border-color: #1B5CAA; }
span { border-color: rgb(27,92,170); }
td.TdClassName
{
border-color: #1B5CAA;
}
.TagClassName
{
border-color: #1B5CAA;
}
</style>