Shades of Nile Blue #203A4F
Tints of Nile Blue #203A4F
RGB
CMYK
RGB Variations
Color information
#203A4F (or 0x203A4F) is known color: Nile Blue. HEX triplet: 20, 3A and 4F. RGB value is (32,58,79). Sum of RGB (Red+Green+Blue) = 32+58+79=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #203A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A4F is #DFC5B0. Grayscale: #343434. Windows color (decimal): -14665137 or 5192224. OLE color: 5192224.
HSL color Cylindrical-coordinate representation of color #203A4F: hue angle of 206.81º 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 #203A4F is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 58 | 79 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.69 |
| HSL | 206.81º | 0.42% | 0.22% | - |
| HSV(B) | 206.81º | 0.59% | 0.31% | - |
| XYZ | 3.52 | 3.9 | 7.96 | - |
| YUV | 52.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 79 | 0.59 | 0.27 | 0 | 0.69 | 206.81 | 0.42 | 0.22 |
| Hex | 20 | 3A | 4F | 3B | 1B | 0 | 45 | CF | 2A | 16 |
| Octal | 40 | 72 | 117 | 73 | 33 | 0 | 105 | 317 | 52 | 26 |
| Binary | 100000 | 111010 | 1001111 | 111011 | 11011 | 0 | 1000101 | 11001111 | 101010 | 10110 |
Color Harmonies of #203A4F
Complementary color
Monochromatic Colors of #203A4F
Black with #203A4F
Text Example
Text Example
White with #203A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A4F; }
p { color: rgb(32,58,79); }
H1.HeaderClassName
{
color: #203A4F;
}
.AnyTagClassName
{
color: #203A4F;
}
</style>
background-color css
<style>
a { background-color: #203A4F; }
a { background-color: rgb(32,58,79); }
div.DivClassName
{
background-color: #203A4F;
}
.BgClassName
{
background-color: #203A4F;
}
</style>
border-color css
<style>
span { border-color: #203A4F; }
span { border-color: rgb(32,58,79); }
td.TdClassName
{
border-color: #203A4F;
}
.TagClassName
{
border-color: #203A4F;
}
</style>