Shades of Denim #155FCB
Tints of Denim #155FCB
RGB
CMYK
RGB Variations
Color information
#155FCB (or 0x155FCB) is known color: Denim. HEX triplet: 15, 5F and CB. RGB value is (21,95,203). Sum of RGB (Red+Green+Blue) = 21+95+203=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #155FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FCB is #EAA034. Grayscale: #545454. Windows color (decimal): -15376437 or 13328149. OLE color: 13328149.
HSL color Cylindrical-coordinate representation of color #155FCB: hue angle of 215.6º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155FCB is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 95 | 203 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.20 |
| HSL | 215.6º | 0.81% | 0.44% | - |
| HSV(B) | 215.6º | 0.9% | 0.8% | - |
| XYZ | 15.18 | 12.66 | 58.14 | - |
| YUV | 85.19 | 194.48 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 203 | 0.90 | 0.53 | 0 | 0.20 | 215.6 | 0.81 | 0.44 |
| Hex | 15 | 5F | CB | 5A | 35 | 0 | 14 | D8 | 51 | 2C |
| Octal | 25 | 137 | 313 | 132 | 65 | 0 | 24 | 330 | 121 | 54 |
| Binary | 10101 | 1011111 | 11001011 | 1011010 | 110101 | 0 | 10100 | 11011000 | 1010001 | 101100 |
Color Harmonies of #155FCB
Complementary color
Monochromatic Colors of #155FCB
Black with #155FCB
Text Example
Text Example
White with #155FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FCB; }
p { color: rgb(21,95,203); }
H1.HeaderClassName
{
color: #155FCB;
}
.AnyTagClassName
{
color: #155FCB;
}
</style>
background-color css
<style>
a { background-color: #155FCB; }
a { background-color: rgb(21,95,203); }
div.DivClassName
{
background-color: #155FCB;
}
.BgClassName
{
background-color: #155FCB;
}
</style>
border-color css
<style>
span { border-color: #155FCB; }
span { border-color: rgb(21,95,203); }
td.TdClassName
{
border-color: #155FCB;
}
.TagClassName
{
border-color: #155FCB;
}
</style>