Shades of Nile Blue #213F52
Tints of Nile Blue #213F52
RGB
CMYK
RGB Variations
Color information
#213F52 (or 0x213F52) is known color: Nile Blue. HEX triplet: 21, 3F and 52. RGB value is (33,63,82). Sum of RGB (Red+Green+Blue) = 33+63+82=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #213F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F52 is #DEC0AD. Grayscale: #383838. Windows color (decimal): -14598318 or 5390113. OLE color: 5390113.
HSL color Cylindrical-coordinate representation of color #213F52: hue angle of 203.27º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213F52 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 63 | 82 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.68 |
| HSL | 203.27º | 0.43% | 0.23% | - |
| HSV(B) | 203.27º | 0.6% | 0.32% | - |
| XYZ | 3.93 | 4.49 | 8.64 | - |
| YUV | 56.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 82 | 0.60 | 0.23 | 0 | 0.68 | 203.27 | 0.43 | 0.23 |
| Hex | 21 | 3F | 52 | 3C | 17 | 0 | 44 | CB | 2B | 17 |
| Octal | 41 | 77 | 122 | 74 | 27 | 0 | 104 | 313 | 53 | 27 |
| Binary | 100001 | 111111 | 1010010 | 111100 | 10111 | 0 | 1000100 | 11001011 | 101011 | 10111 |
Color Harmonies of #213F52
Complementary color
Monochromatic Colors of #213F52
Black with #213F52
Text Example
Text Example
White with #213F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F52; }
p { color: rgb(33,63,82); }
H1.HeaderClassName
{
color: #213F52;
}
.AnyTagClassName
{
color: #213F52;
}
</style>
background-color css
<style>
a { background-color: #213F52; }
a { background-color: rgb(33,63,82); }
div.DivClassName
{
background-color: #213F52;
}
.BgClassName
{
background-color: #213F52;
}
</style>
border-color css
<style>
span { border-color: #213F52; }
span { border-color: rgb(33,63,82); }
td.TdClassName
{
border-color: #213F52;
}
.TagClassName
{
border-color: #213F52;
}
</style>