Shades of Denim #155CB0
Tints of Denim #155CB0
RGB
CMYK
RGB Variations
Color information
#155CB0 (or 0x155CB0) is known color: Denim. HEX triplet: 15, 5C and B0. RGB value is (21,92,176). Sum of RGB (Red+Green+Blue) = 21+92+176=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 176 (69.14% from 255 or 60.90% from 289); Max value from RGB is 176 - color contains mainly: blue. Hex color #155CB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155CB0 is #EAA34F. Grayscale: #4F4F4F. Windows color (decimal): -15377232 or 11557909. OLE color: 11557909.
HSL color Cylindrical-coordinate representation of color #155CB0: hue angle of 212.52º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155CB0 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 92 | 176 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.31 |
| HSL | 212.52º | 0.79% | 0.39% | - |
| HSV(B) | 212.52º | 0.88% | 0.69% | - |
| XYZ | 11.97 | 10.95 | 42.56 | - |
| YUV | 80.35 | 181.98 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 176 | 0.88 | 0.48 | 0 | 0.31 | 212.52 | 0.79 | 0.39 |
| Hex | 15 | 5C | B0 | 58 | 30 | 0 | 1F | D5 | 4F | 27 |
| Octal | 25 | 134 | 260 | 130 | 60 | 0 | 37 | 325 | 117 | 47 |
| Binary | 10101 | 1011100 | 10110000 | 1011000 | 110000 | 0 | 11111 | 11010101 | 1001111 | 100111 |
Color Harmonies of #155CB0
Complementary color
Monochromatic Colors of #155CB0
Black with #155CB0
Text Example
Text Example
White with #155CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CB0; }
p { color: rgb(21,92,176); }
H1.HeaderClassName
{
color: #155CB0;
}
.AnyTagClassName
{
color: #155CB0;
}
</style>
background-color css
<style>
a { background-color: #155CB0; }
a { background-color: rgb(21,92,176); }
div.DivClassName
{
background-color: #155CB0;
}
.BgClassName
{
background-color: #155CB0;
}
</style>
border-color css
<style>
span { border-color: #155CB0; }
span { border-color: rgb(21,92,176); }
td.TdClassName
{
border-color: #155CB0;
}
.TagClassName
{
border-color: #155CB0;
}
</style>