Shades of Nile Blue #213F50
Tints of Nile Blue #213F50
RGB
CMYK
RGB Variations
Color information
#213F50 (or 0x213F50) is known color: Nile Blue. HEX triplet: 21, 3F and 50. RGB value is (33,63,80). Sum of RGB (Red+Green+Blue) = 33+63+80=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #213F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F50 is #DEC0AF. Grayscale: #373737. Windows color (decimal): -14598320 or 5259041. OLE color: 5259041.
HSL color Cylindrical-coordinate representation of color #213F50: hue angle of 201.7º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213F50 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 63 | 80 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.69 |
| HSL | 201.7º | 0.42% | 0.22% | - |
| HSV(B) | 201.7º | 0.59% | 0.31% | - |
| XYZ | 3.85 | 4.46 | 8.25 | - |
| YUV | 55.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 80 | 0.59 | 0.21 | 0 | 0.69 | 201.7 | 0.42 | 0.22 |
| Hex | 21 | 3F | 50 | 3B | 15 | 0 | 45 | CA | 2A | 16 |
| Octal | 41 | 77 | 120 | 73 | 25 | 0 | 105 | 312 | 52 | 26 |
| Binary | 100001 | 111111 | 1010000 | 111011 | 10101 | 0 | 1000101 | 11001010 | 101010 | 10110 |
Color Harmonies of #213F50
Complementary color
Monochromatic Colors of #213F50
Black with #213F50
Text Example
Text Example
White with #213F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F50; }
p { color: rgb(33,63,80); }
H1.HeaderClassName
{
color: #213F50;
}
.AnyTagClassName
{
color: #213F50;
}
</style>
background-color css
<style>
a { background-color: #213F50; }
a { background-color: rgb(33,63,80); }
div.DivClassName
{
background-color: #213F50;
}
.BgClassName
{
background-color: #213F50;
}
</style>
border-color css
<style>
span { border-color: #213F50; }
span { border-color: rgb(33,63,80); }
td.TdClassName
{
border-color: #213F50;
}
.TagClassName
{
border-color: #213F50;
}
</style>