Shades of Nile Blue #1F3E52
Tints of Nile Blue #1F3E52
RGB
CMYK
RGB Variations
Color information
#1F3E52 (or 0x1F3E52) is known color: Nile Blue. HEX triplet: 1F, 3E and 52. RGB value is (31,62,82). Sum of RGB (Red+Green+Blue) = 31+62+82=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F3E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3E52 is #E0C1AD. Grayscale: #363636. Windows color (decimal): -14729646 or 5389855. OLE color: 5389855.
HSL color Cylindrical-coordinate representation of color #1F3E52: hue angle of 203.53º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F3E52 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 62 | 82 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.68 |
| HSL | 203.53º | 0.45% | 0.22% | - |
| HSV(B) | 203.53º | 0.62% | 0.32% | - |
| XYZ | 3.81 | 4.35 | 8.62 | - |
| YUV | 55.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 62 | 82 | 0.62 | 0.24 | 0 | 0.68 | 203.53 | 0.45 | 0.22 |
| Hex | 1F | 3E | 52 | 3E | 18 | 0 | 44 | CC | 2D | 16 |
| Octal | 37 | 76 | 122 | 76 | 30 | 0 | 104 | 314 | 55 | 26 |
| Binary | 11111 | 111110 | 1010010 | 111110 | 11000 | 0 | 1000100 | 11001100 | 101101 | 10110 |
Color Harmonies of #1F3E52
Complementary color
Monochromatic Colors of #1F3E52
Black with #1F3E52
Text Example
Text Example
White with #1F3E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3E52; }
p { color: rgb(31,62,82); }
H1.HeaderClassName
{
color: #1F3E52;
}
.AnyTagClassName
{
color: #1F3E52;
}
</style>
background-color css
<style>
a { background-color: #1F3E52; }
a { background-color: rgb(31,62,82); }
div.DivClassName
{
background-color: #1F3E52;
}
.BgClassName
{
background-color: #1F3E52;
}
</style>
border-color css
<style>
span { border-color: #1F3E52; }
span { border-color: rgb(31,62,82); }
td.TdClassName
{
border-color: #1F3E52;
}
.TagClassName
{
border-color: #1F3E52;
}
</style>