Shades of Denim #155CCA
Tints of Denim #155CCA
RGB
CMYK
RGB Variations
Color information
#155CCA (or 0x155CCA) is known color: Denim. HEX triplet: 15, 5C and CA. RGB value is (21,92,202). Sum of RGB (Red+Green+Blue) = 21+92+202=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #155CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CCA is #EAA335. Grayscale: #525252. Windows color (decimal): -15377206 or 13261845. OLE color: 13261845.
HSL color Cylindrical-coordinate representation of color #155CCA: hue angle of 216.46º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155CCA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 92 | 202 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.21 |
| HSL | 216.46º | 0.81% | 0.44% | - |
| HSV(B) | 216.46º | 0.9% | 0.79% | - |
| XYZ | 14.8 | 12.08 | 57.43 | - |
| YUV | 83.31 | 194.98 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 202 | 0.90 | 0.54 | 0 | 0.21 | 216.46 | 0.81 | 0.44 |
| Hex | 15 | 5C | CA | 5A | 36 | 0 | 15 | D8 | 51 | 2C |
| Octal | 25 | 134 | 312 | 132 | 66 | 0 | 25 | 330 | 121 | 54 |
| Binary | 10101 | 1011100 | 11001010 | 1011010 | 110110 | 0 | 10101 | 11011000 | 1010001 | 101100 |
Color Harmonies of #155CCA
Complementary color
Monochromatic Colors of #155CCA
Black with #155CCA
Text Example
Text Example
White with #155CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CCA; }
p { color: rgb(21,92,202); }
H1.HeaderClassName
{
color: #155CCA;
}
.AnyTagClassName
{
color: #155CCA;
}
</style>
background-color css
<style>
a { background-color: #155CCA; }
a { background-color: rgb(21,92,202); }
div.DivClassName
{
background-color: #155CCA;
}
.BgClassName
{
background-color: #155CCA;
}
</style>
border-color css
<style>
span { border-color: #155CCA; }
span { border-color: rgb(21,92,202); }
td.TdClassName
{
border-color: #155CCA;
}
.TagClassName
{
border-color: #155CCA;
}
</style>