Shades of Denim #155FB3
Tints of Denim #155FB3
RGB
CMYK
RGB Variations
Color information
#155FB3 (or 0x155FB3) is known color: Denim. HEX triplet: 15, 5F and B3. RGB value is (21,95,179). Sum of RGB (Red+Green+Blue) = 21+95+179=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #155FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FB3 is #EAA04C. Grayscale: #525252. Windows color (decimal): -15376461 or 11755285. OLE color: 11755285.
HSL color Cylindrical-coordinate representation of color #155FB3: hue angle of 211.9º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155FB3 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 95 | 179 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.30 |
| HSL | 211.9º | 0.79% | 0.39% | - |
| HSV(B) | 211.9º | 0.88% | 0.7% | - |
| XYZ | 12.54 | 11.6 | 44.23 | - |
| YUV | 82.45 | 182.48 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 179 | 0.88 | 0.47 | 0 | 0.30 | 211.9 | 0.79 | 0.39 |
| Hex | 15 | 5F | B3 | 58 | 2F | 0 | 1E | D4 | 4F | 27 |
| Octal | 25 | 137 | 263 | 130 | 57 | 0 | 36 | 324 | 117 | 47 |
| Binary | 10101 | 1011111 | 10110011 | 1011000 | 101111 | 0 | 11110 | 11010100 | 1001111 | 100111 |
Color Harmonies of #155FB3
Complementary color
Monochromatic Colors of #155FB3
Black with #155FB3
Text Example
Text Example
White with #155FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FB3; }
p { color: rgb(21,95,179); }
H1.HeaderClassName
{
color: #155FB3;
}
.AnyTagClassName
{
color: #155FB3;
}
</style>
background-color css
<style>
a { background-color: #155FB3; }
a { background-color: rgb(21,95,179); }
div.DivClassName
{
background-color: #155FB3;
}
.BgClassName
{
background-color: #155FB3;
}
</style>
border-color css
<style>
span { border-color: #155FB3; }
span { border-color: rgb(21,95,179); }
td.TdClassName
{
border-color: #155FB3;
}
.TagClassName
{
border-color: #155FB3;
}
</style>