Shades of Nile Blue #214153
Tints of Nile Blue #214153
RGB
CMYK
RGB Variations
Color information
#214153 (or 0x214153) is known color: Nile Blue. HEX triplet: 21, 41 and 53. RGB value is (33,65,83). Sum of RGB (Red+Green+Blue) = 33+65+83=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #214153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214153 is #DEBEAC. Grayscale: #393939. Windows color (decimal): -14597805 or 5456161. OLE color: 5456161.
HSL color Cylindrical-coordinate representation of color #214153: hue angle of 201.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214153 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 65 | 83 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.67 |
| HSL | 201.6º | 0.43% | 0.23% | - |
| HSV(B) | 201.6º | 0.6% | 0.33% | - |
| XYZ | 4.08 | 4.73 | 8.88 | - |
| YUV | 57.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 83 | 0.60 | 0.22 | 0 | 0.67 | 201.6 | 0.43 | 0.23 |
| Hex | 21 | 41 | 53 | 3C | 16 | 0 | 43 | CA | 2B | 17 |
| Octal | 41 | 101 | 123 | 74 | 26 | 0 | 103 | 312 | 53 | 27 |
| Binary | 100001 | 1000001 | 1010011 | 111100 | 10110 | 0 | 1000011 | 11001010 | 101011 | 10111 |
Color Harmonies of #214153
Complementary color
Monochromatic Colors of #214153
Black with #214153
Text Example
Text Example
White with #214153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214153; }
p { color: rgb(33,65,83); }
H1.HeaderClassName
{
color: #214153;
}
.AnyTagClassName
{
color: #214153;
}
</style>
background-color css
<style>
a { background-color: #214153; }
a { background-color: rgb(33,65,83); }
div.DivClassName
{
background-color: #214153;
}
.BgClassName
{
background-color: #214153;
}
</style>
border-color css
<style>
span { border-color: #214153; }
span { border-color: rgb(33,65,83); }
td.TdClassName
{
border-color: #214153;
}
.TagClassName
{
border-color: #214153;
}
</style>