Shades of Nile Blue #213E4D
Tints of Nile Blue #213E4D
RGB
CMYK
RGB Variations
Color information
#213E4D (or 0x213E4D) is known color: Nile Blue. HEX triplet: 21, 3E and 4D. RGB value is (33,62,77). Sum of RGB (Red+Green+Blue) = 33+62+77=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #213E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E4D is #DEC1B2. Grayscale: #363636. Windows color (decimal): -14598579 or 5062177. OLE color: 5062177.
HSL color Cylindrical-coordinate representation of color #213E4D: hue angle of 200.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #213E4D is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 62 | 77 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.70 |
| HSL | 200.45º | 0.4% | 0.22% | - |
| HSV(B) | 200.45º | 0.57% | 0.3% | - |
| XYZ | 3.69 | 4.3 | 7.66 | - |
| YUV | 55.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 77 | 0.57 | 0.19 | 0 | 0.70 | 200.45 | 0.4 | 0.22 |
| Hex | 21 | 3E | 4D | 39 | 13 | 0 | 46 | C8 | 28 | 16 |
| Octal | 41 | 76 | 115 | 71 | 23 | 0 | 106 | 310 | 50 | 26 |
| Binary | 100001 | 111110 | 1001101 | 111001 | 10011 | 0 | 1000110 | 11001000 | 101000 | 10110 |
Color Harmonies of #213E4D
Complementary color
Monochromatic Colors of #213E4D
Black with #213E4D
Text Example
Text Example
White with #213E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E4D; }
p { color: rgb(33,62,77); }
H1.HeaderClassName
{
color: #213E4D;
}
.AnyTagClassName
{
color: #213E4D;
}
</style>
background-color css
<style>
a { background-color: #213E4D; }
a { background-color: rgb(33,62,77); }
div.DivClassName
{
background-color: #213E4D;
}
.BgClassName
{
background-color: #213E4D;
}
</style>
border-color css
<style>
span { border-color: #213E4D; }
span { border-color: rgb(33,62,77); }
td.TdClassName
{
border-color: #213E4D;
}
.TagClassName
{
border-color: #213E4D;
}
</style>