Shades of Nile Blue #204053
Tints of Nile Blue #204053
RGB
CMYK
RGB Variations
Color information
#204053 (or 0x204053) is known color: Nile Blue. HEX triplet: 20, 40 and 53. RGB value is (32,64,83). Sum of RGB (Red+Green+Blue) = 32+64+83=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #204053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204053 is #DFBFAC. Grayscale: #383838. Windows color (decimal): -14663597 or 5455904. OLE color: 5455904.
HSL color Cylindrical-coordinate representation of color #204053: hue angle of 202.35º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #204053 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 64 | 83 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.67 |
| HSL | 202.35º | 0.44% | 0.23% | - |
| HSV(B) | 202.35º | 0.61% | 0.33% | - |
| XYZ | 3.99 | 4.6 | 8.86 | - |
| YUV | 56.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 83 | 0.61 | 0.23 | 0 | 0.67 | 202.35 | 0.44 | 0.23 |
| Hex | 20 | 40 | 53 | 3D | 17 | 0 | 43 | CA | 2C | 17 |
| Octal | 40 | 100 | 123 | 75 | 27 | 0 | 103 | 312 | 54 | 27 |
| Binary | 100000 | 1000000 | 1010011 | 111101 | 10111 | 0 | 1000011 | 11001010 | 101100 | 10111 |
Color Harmonies of #204053
Complementary color
Monochromatic Colors of #204053
Black with #204053
Text Example
Text Example
White with #204053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204053; }
p { color: rgb(32,64,83); }
H1.HeaderClassName
{
color: #204053;
}
.AnyTagClassName
{
color: #204053;
}
</style>
background-color css
<style>
a { background-color: #204053; }
a { background-color: rgb(32,64,83); }
div.DivClassName
{
background-color: #204053;
}
.BgClassName
{
background-color: #204053;
}
</style>
border-color css
<style>
span { border-color: #204053; }
span { border-color: rgb(32,64,83); }
td.TdClassName
{
border-color: #204053;
}
.TagClassName
{
border-color: #204053;
}
</style>