Shades of Denim #215FC5
Tints of Denim #215FC5
RGB
CMYK
RGB Variations
Color information
#215FC5 (or 0x215FC5) is known color: Denim. HEX triplet: 21, 5F and C5. RGB value is (33,95,197). Sum of RGB (Red+Green+Blue) = 33+95+197=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 197 (77.34% from 255 or 60.62% from 325); Max value from RGB is 197 - color contains mainly: blue. Hex color #215FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215FC5 is #DEA03A. Grayscale: #575757. Windows color (decimal): -14590011 or 12934945. OLE color: 12934945.
HSL color Cylindrical-coordinate representation of color #215FC5: hue angle of 217.32º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215FC5 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 95 | 197 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.23 |
| HSL | 217.32º | 0.71% | 0.45% | - |
| HSV(B) | 217.32º | 0.83% | 0.77% | - |
| XYZ | 14.8 | 12.54 | 54.46 | - |
| YUV | 88.09 | 189.46 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 197 | 0.83 | 0.52 | 0 | 0.23 | 217.32 | 0.71 | 0.45 |
| Hex | 21 | 5F | C5 | 53 | 34 | 0 | 17 | D9 | 47 | 2D |
| Octal | 41 | 137 | 305 | 123 | 64 | 0 | 27 | 331 | 107 | 55 |
| Binary | 100001 | 1011111 | 11000101 | 1010011 | 110100 | 0 | 10111 | 11011001 | 1000111 | 101101 |
Color Harmonies of #215FC5
Complementary color
Monochromatic Colors of #215FC5
Black with #215FC5
Text Example
Text Example
White with #215FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215FC5; }
p { color: rgb(33,95,197); }
H1.HeaderClassName
{
color: #215FC5;
}
.AnyTagClassName
{
color: #215FC5;
}
</style>
background-color css
<style>
a { background-color: #215FC5; }
a { background-color: rgb(33,95,197); }
div.DivClassName
{
background-color: #215FC5;
}
.BgClassName
{
background-color: #215FC5;
}
</style>
border-color css
<style>
span { border-color: #215FC5; }
span { border-color: rgb(33,95,197); }
td.TdClassName
{
border-color: #215FC5;
}
.TagClassName
{
border-color: #215FC5;
}
</style>