Shades of Nile Blue #213C4F
Tints of Nile Blue #213C4F
RGB
CMYK
RGB Variations
Color information
#213C4F (or 0x213C4F) is known color: Nile Blue. HEX triplet: 21, 3C and 4F. RGB value is (33,60,79). Sum of RGB (Red+Green+Blue) = 33+60+79=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #213C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C4F is #DEC3B0. Grayscale: #353535. Windows color (decimal): -14599089 or 5192737. OLE color: 5192737.
HSL color Cylindrical-coordinate representation of color #213C4F: hue angle of 204.78º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #213C4F is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 60 | 79 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.69 |
| HSL | 204.78º | 0.41% | 0.22% | - |
| HSV(B) | 204.78º | 0.58% | 0.31% | - |
| XYZ | 3.65 | 4.12 | 8 | - |
| YUV | 54.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 79 | 0.58 | 0.24 | 0 | 0.69 | 204.78 | 0.41 | 0.22 |
| Hex | 21 | 3C | 4F | 3A | 18 | 0 | 45 | CD | 29 | 16 |
| Octal | 41 | 74 | 117 | 72 | 30 | 0 | 105 | 315 | 51 | 26 |
| Binary | 100001 | 111100 | 1001111 | 111010 | 11000 | 0 | 1000101 | 11001101 | 101001 | 10110 |
Color Harmonies of #213C4F
Complementary color
Monochromatic Colors of #213C4F
Black with #213C4F
Text Example
Text Example
White with #213C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C4F; }
p { color: rgb(33,60,79); }
H1.HeaderClassName
{
color: #213C4F;
}
.AnyTagClassName
{
color: #213C4F;
}
</style>
background-color css
<style>
a { background-color: #213C4F; }
a { background-color: rgb(33,60,79); }
div.DivClassName
{
background-color: #213C4F;
}
.BgClassName
{
background-color: #213C4F;
}
</style>
border-color css
<style>
span { border-color: #213C4F; }
span { border-color: rgb(33,60,79); }
td.TdClassName
{
border-color: #213C4F;
}
.TagClassName
{
border-color: #213C4F;
}
</style>