Shades of Denim #155FD3
Tints of Denim #155FD3
RGB
CMYK
RGB Variations
Color information
#155FD3 (or 0x155FD3) is known color: Denim. HEX triplet: 15, 5F and D3. RGB value is (21,95,211). Sum of RGB (Red+Green+Blue) = 21+95+211=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 211 (82.81% from 255 or 64.53% from 327); Max value from RGB is 211 - color contains mainly: blue. Hex color #155FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FD3 is #EAA02C. Grayscale: #555555. Windows color (decimal): -15376429 or 13852437. OLE color: 13852437.
HSL color Cylindrical-coordinate representation of color #155FD3: hue angle of 216.63º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155FD3 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 95 | 211 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.17 |
| HSL | 216.63º | 0.82% | 0.45% | - |
| HSV(B) | 216.63º | 0.9% | 0.83% | - |
| XYZ | 16.16 | 13.05 | 63.29 | - |
| YUV | 86.1 | 198.48 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 211 | 0.90 | 0.55 | 0 | 0.17 | 216.63 | 0.82 | 0.45 |
| Hex | 15 | 5F | D3 | 5A | 37 | 0 | 11 | D9 | 52 | 2D |
| Octal | 25 | 137 | 323 | 132 | 67 | 0 | 21 | 331 | 122 | 55 |
| Binary | 10101 | 1011111 | 11010011 | 1011010 | 110111 | 0 | 10001 | 11011001 | 1010010 | 101101 |
Color Harmonies of #155FD3
Complementary color
Monochromatic Colors of #155FD3
Black with #155FD3
Text Example
Text Example
White with #155FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FD3; }
p { color: rgb(21,95,211); }
H1.HeaderClassName
{
color: #155FD3;
}
.AnyTagClassName
{
color: #155FD3;
}
</style>
background-color css
<style>
a { background-color: #155FD3; }
a { background-color: rgb(21,95,211); }
div.DivClassName
{
background-color: #155FD3;
}
.BgClassName
{
background-color: #155FD3;
}
</style>
border-color css
<style>
span { border-color: #155FD3; }
span { border-color: rgb(21,95,211); }
td.TdClassName
{
border-color: #155FD3;
}
.TagClassName
{
border-color: #155FD3;
}
</style>