Shades of Nile Blue #20394D
Tints of Nile Blue #20394D
RGB
CMYK
RGB Variations
Color information
#20394D (or 0x20394D) is known color: Nile Blue. HEX triplet: 20, 39 and 4D. RGB value is (32,57,77). Sum of RGB (Red+Green+Blue) = 32+57+77=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #20394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20394D is #DFC6B2. Grayscale: #333333. Windows color (decimal): -14665395 or 5060896. OLE color: 5060896.
HSL color Cylindrical-coordinate representation of color #20394D: hue angle of 206.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20394D is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 57 | 77 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.70 |
| HSL | 206.67º | 0.41% | 0.21% | - |
| HSV(B) | 206.67º | 0.58% | 0.3% | - |
| XYZ | 3.4 | 3.77 | 7.57 | - |
| YUV | 51.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 77 | 0.58 | 0.26 | 0 | 0.70 | 206.67 | 0.41 | 0.21 |
| Hex | 20 | 39 | 4D | 3A | 1A | 0 | 46 | CF | 29 | 15 |
| Octal | 40 | 71 | 115 | 72 | 32 | 0 | 106 | 317 | 51 | 25 |
| Binary | 100000 | 111001 | 1001101 | 111010 | 11010 | 0 | 1000110 | 11001111 | 101001 | 10101 |
Color Harmonies of #20394D
Complementary color
Monochromatic Colors of #20394D
Black with #20394D
Text Example
Text Example
White with #20394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20394D; }
p { color: rgb(32,57,77); }
H1.HeaderClassName
{
color: #20394D;
}
.AnyTagClassName
{
color: #20394D;
}
</style>
background-color css
<style>
a { background-color: #20394D; }
a { background-color: rgb(32,57,77); }
div.DivClassName
{
background-color: #20394D;
}
.BgClassName
{
background-color: #20394D;
}
</style>
border-color css
<style>
span { border-color: #20394D; }
span { border-color: rgb(32,57,77); }
td.TdClassName
{
border-color: #20394D;
}
.TagClassName
{
border-color: #20394D;
}
</style>