Shades of Denim #205FC9
Tints of Denim #205FC9
RGB
CMYK
RGB Variations
Color information
#205FC9 (or 0x205FC9) is known color: Denim. HEX triplet: 20, 5F and C9. RGB value is (32,95,201). Sum of RGB (Red+Green+Blue) = 32+95+201=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #205FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205FC9 is #DFA036. Grayscale: #575757. Windows color (decimal): -14655543 or 13197088. OLE color: 13197088.
HSL color Cylindrical-coordinate representation of color #205FC9: hue angle of 217.63º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205FC9 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 95 | 201 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.21 |
| HSL | 217.63º | 0.73% | 0.46% | - |
| HSV(B) | 217.63º | 0.84% | 0.79% | - |
| XYZ | 15.23 | 12.71 | 56.91 | - |
| YUV | 88.25 | 191.63 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 201 | 0.84 | 0.53 | 0 | 0.21 | 217.63 | 0.73 | 0.46 |
| Hex | 20 | 5F | C9 | 54 | 35 | 0 | 15 | DA | 49 | 2E |
| Octal | 40 | 137 | 311 | 124 | 65 | 0 | 25 | 332 | 111 | 56 |
| Binary | 100000 | 1011111 | 11001001 | 1010100 | 110101 | 0 | 10101 | 11011010 | 1001001 | 101110 |
Color Harmonies of #205FC9
Complementary color
Monochromatic Colors of #205FC9
Black with #205FC9
Text Example
Text Example
White with #205FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205FC9; }
p { color: rgb(32,95,201); }
H1.HeaderClassName
{
color: #205FC9;
}
.AnyTagClassName
{
color: #205FC9;
}
</style>
background-color css
<style>
a { background-color: #205FC9; }
a { background-color: rgb(32,95,201); }
div.DivClassName
{
background-color: #205FC9;
}
.BgClassName
{
background-color: #205FC9;
}
</style>
border-color css
<style>
span { border-color: #205FC9; }
span { border-color: rgb(32,95,201); }
td.TdClassName
{
border-color: #205FC9;
}
.TagClassName
{
border-color: #205FC9;
}
</style>