Shades of Denim #215FBA
Tints of Denim #215FBA
RGB
CMYK
RGB Variations
Color information
#215FBA (or 0x215FBA) is known color: Denim. HEX triplet: 21, 5F and BA. RGB value is (33,95,186). Sum of RGB (Red+Green+Blue) = 33+95+186=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #215FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215FBA is #DEA045. Grayscale: #565656. Windows color (decimal): -14590022 or 12214049. OLE color: 12214049.
HSL color Cylindrical-coordinate representation of color #215FBA: hue angle of 215.69º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215FBA is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 95 | 186 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.27 |
| HSL | 215.69º | 0.7% | 0.43% | - |
| HSV(B) | 215.69º | 0.82% | 0.73% | - |
| XYZ | 13.58 | 12.05 | 48.06 | - |
| YUV | 86.84 | 183.96 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 186 | 0.82 | 0.49 | 0 | 0.27 | 215.69 | 0.7 | 0.43 |
| Hex | 21 | 5F | BA | 52 | 31 | 0 | 1B | D8 | 46 | 2B |
| Octal | 41 | 137 | 272 | 122 | 61 | 0 | 33 | 330 | 106 | 53 |
| Binary | 100001 | 1011111 | 10111010 | 1010010 | 110001 | 0 | 11011 | 11011000 | 1000110 | 101011 |
Color Harmonies of #215FBA
Complementary color
Monochromatic Colors of #215FBA
Black with #215FBA
Text Example
Text Example
White with #215FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215FBA; }
p { color: rgb(33,95,186); }
H1.HeaderClassName
{
color: #215FBA;
}
.AnyTagClassName
{
color: #215FBA;
}
</style>
background-color css
<style>
a { background-color: #215FBA; }
a { background-color: rgb(33,95,186); }
div.DivClassName
{
background-color: #215FBA;
}
.BgClassName
{
background-color: #215FBA;
}
</style>
border-color css
<style>
span { border-color: #215FBA; }
span { border-color: rgb(33,95,186); }
td.TdClassName
{
border-color: #215FBA;
}
.TagClassName
{
border-color: #215FBA;
}
</style>