Shades of Denim #155CCF
Tints of Denim #155CCF
RGB
CMYK
RGB Variations
Color information
#155CCF (or 0x155CCF) is known color: Denim. HEX triplet: 15, 5C and CF. RGB value is (21,92,207). Sum of RGB (Red+Green+Blue) = 21+92+207=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #155CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CCF is #EAA330. Grayscale: #535353. Windows color (decimal): -15377201 or 13589525. OLE color: 13589525.
HSL color Cylindrical-coordinate representation of color #155CCF: hue angle of 217.1º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155CCF is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 92 | 207 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.19 |
| HSL | 217.1º | 0.82% | 0.45% | - |
| HSV(B) | 217.1º | 0.9% | 0.81% | - |
| XYZ | 15.4 | 12.32 | 60.6 | - |
| YUV | 83.88 | 197.48 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 207 | 0.90 | 0.56 | 0 | 0.19 | 217.1 | 0.82 | 0.45 |
| Hex | 15 | 5C | CF | 5A | 38 | 0 | 13 | D9 | 52 | 2D |
| Octal | 25 | 134 | 317 | 132 | 70 | 0 | 23 | 331 | 122 | 55 |
| Binary | 10101 | 1011100 | 11001111 | 1011010 | 111000 | 0 | 10011 | 11011001 | 1010010 | 101101 |
Color Harmonies of #155CCF
Complementary color
Monochromatic Colors of #155CCF
Black with #155CCF
Text Example
Text Example
White with #155CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CCF; }
p { color: rgb(21,92,207); }
H1.HeaderClassName
{
color: #155CCF;
}
.AnyTagClassName
{
color: #155CCF;
}
</style>
background-color css
<style>
a { background-color: #155CCF; }
a { background-color: rgb(21,92,207); }
div.DivClassName
{
background-color: #155CCF;
}
.BgClassName
{
background-color: #155CCF;
}
</style>
border-color css
<style>
span { border-color: #155CCF; }
span { border-color: rgb(21,92,207); }
td.TdClassName
{
border-color: #155CCF;
}
.TagClassName
{
border-color: #155CCF;
}
</style>