Shades of Nile Blue #1E3D51
Tints of Nile Blue #1E3D51
RGB
CMYK
RGB Variations
Color information
#1E3D51 (or 0x1E3D51) is known color: Nile Blue. HEX triplet: 1E, 3D and 51. RGB value is (30,61,81). Sum of RGB (Red+Green+Blue) = 30+61+81=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E3D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3D51 is #E1C2AE. Grayscale: #353535. Windows color (decimal): -14795439 or 5324062. OLE color: 5324062.
HSL color Cylindrical-coordinate representation of color #1E3D51: hue angle of 203.53º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E3D51 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 61 | 81 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.68 |
| HSL | 203.53º | 0.46% | 0.22% | - |
| HSV(B) | 203.53º | 0.63% | 0.32% | - |
| XYZ | 3.69 | 4.21 | 8.4 | - |
| YUV | 54.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 81 | 0.63 | 0.25 | 0 | 0.68 | 203.53 | 0.46 | 0.22 |
| Hex | 1E | 3D | 51 | 3F | 19 | 0 | 44 | CC | 2E | 16 |
| Octal | 36 | 75 | 121 | 77 | 31 | 0 | 104 | 314 | 56 | 26 |
| Binary | 11110 | 111101 | 1010001 | 111111 | 11001 | 0 | 1000100 | 11001100 | 101110 | 10110 |
Color Harmonies of #1E3D51
Complementary color
Monochromatic Colors of #1E3D51
Black with #1E3D51
Text Example
Text Example
White with #1E3D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D51; }
p { color: rgb(30,61,81); }
H1.HeaderClassName
{
color: #1E3D51;
}
.AnyTagClassName
{
color: #1E3D51;
}
</style>
background-color css
<style>
a { background-color: #1E3D51; }
a { background-color: rgb(30,61,81); }
div.DivClassName
{
background-color: #1E3D51;
}
.BgClassName
{
background-color: #1E3D51;
}
</style>
border-color css
<style>
span { border-color: #1E3D51; }
span { border-color: rgb(30,61,81); }
td.TdClassName
{
border-color: #1E3D51;
}
.TagClassName
{
border-color: #1E3D51;
}
</style>