Shades of Nile Blue #1F3C50
Tints of Nile Blue #1F3C50
RGB
CMYK
RGB Variations
Color information
#1F3C50 (or 0x1F3C50) is known color: Nile Blue. HEX triplet: 1F, 3C and 50. RGB value is (31,60,80). Sum of RGB (Red+Green+Blue) = 31+60+80=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F3C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3C50 is #E0C3AF. Grayscale: #353535. Windows color (decimal): -14730160 or 5258271. OLE color: 5258271.
HSL color Cylindrical-coordinate representation of color #1F3C50: hue angle of 204.49º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F3C50 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 60 | 80 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.69 |
| HSL | 204.49º | 0.44% | 0.22% | - |
| HSV(B) | 204.49º | 0.61% | 0.31% | - |
| XYZ | 3.63 | 4.1 | 8.19 | - |
| YUV | 53.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 80 | 0.61 | 0.25 | 0 | 0.69 | 204.49 | 0.44 | 0.22 |
| Hex | 1F | 3C | 50 | 3D | 19 | 0 | 45 | CC | 2C | 16 |
| Octal | 37 | 74 | 120 | 75 | 31 | 0 | 105 | 314 | 54 | 26 |
| Binary | 11111 | 111100 | 1010000 | 111101 | 11001 | 0 | 1000101 | 11001100 | 101100 | 10110 |
Color Harmonies of #1F3C50
Complementary color
Monochromatic Colors of #1F3C50
Black with #1F3C50
Text Example
Text Example
White with #1F3C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3C50; }
p { color: rgb(31,60,80); }
H1.HeaderClassName
{
color: #1F3C50;
}
.AnyTagClassName
{
color: #1F3C50;
}
</style>
background-color css
<style>
a { background-color: #1F3C50; }
a { background-color: rgb(31,60,80); }
div.DivClassName
{
background-color: #1F3C50;
}
.BgClassName
{
background-color: #1F3C50;
}
</style>
border-color css
<style>
span { border-color: #1F3C50; }
span { border-color: rgb(31,60,80); }
td.TdClassName
{
border-color: #1F3C50;
}
.TagClassName
{
border-color: #1F3C50;
}
</style>