Shades of Denim #155FAA
Tints of Denim #155FAA
RGB
CMYK
RGB Variations
Color information
#155FAA (or 0x155FAA) is known color: Denim. HEX triplet: 15, 5F and AA. RGB value is (21,95,170). Sum of RGB (Red+Green+Blue) = 21+95+170=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #155FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155FAA is #EAA055. Grayscale: #515151. Windows color (decimal): -15376470 or 11165461. OLE color: 11165461.
HSL color Cylindrical-coordinate representation of color #155FAA: hue angle of 210.2º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155FAA is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 95 | 170 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.33 |
| HSL | 210.2º | 0.78% | 0.37% | - |
| HSV(B) | 210.2º | 0.88% | 0.67% | - |
| XYZ | 11.66 | 11.25 | 39.59 | - |
| YUV | 81.42 | 177.98 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 170 | 0.88 | 0.44 | 0 | 0.33 | 210.2 | 0.78 | 0.37 |
| Hex | 15 | 5F | AA | 58 | 2C | 0 | 21 | D2 | 4E | 25 |
| Octal | 25 | 137 | 252 | 130 | 54 | 0 | 41 | 322 | 116 | 45 |
| Binary | 10101 | 1011111 | 10101010 | 1011000 | 101100 | 0 | 100001 | 11010010 | 1001110 | 100101 |
Color Harmonies of #155FAA
Complementary color
Monochromatic Colors of #155FAA
Black with #155FAA
Text Example
Text Example
White with #155FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FAA; }
p { color: rgb(21,95,170); }
H1.HeaderClassName
{
color: #155FAA;
}
.AnyTagClassName
{
color: #155FAA;
}
</style>
background-color css
<style>
a { background-color: #155FAA; }
a { background-color: rgb(21,95,170); }
div.DivClassName
{
background-color: #155FAA;
}
.BgClassName
{
background-color: #155FAA;
}
</style>
border-color css
<style>
span { border-color: #155FAA; }
span { border-color: rgb(21,95,170); }
td.TdClassName
{
border-color: #155FAA;
}
.TagClassName
{
border-color: #155FAA;
}
</style>