Shades of Nile Blue #1B3B4D
Tints of Nile Blue #1B3B4D
RGB
CMYK
RGB Variations
Color information
#1B3B4D (or 0x1B3B4D) is known color: Nile Blue. HEX triplet: 1B, 3B and 4D. RGB value is (27,59,77). Sum of RGB (Red+Green+Blue) = 27+59+77=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B3B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3B4D is #E4C4B2. Grayscale: #333333. Windows color (decimal): -14992563 or 5061403. OLE color: 5061403.
HSL color Cylindrical-coordinate representation of color #1B3B4D: hue angle of 201.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B3B4D is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 59 | 77 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.70 |
| HSL | 201.6º | 0.48% | 0.2% | - |
| HSV(B) | 201.6º | 0.65% | 0.3% | - |
| XYZ | 3.36 | 3.9 | 7.6 | - |
| YUV | 51.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 59 | 77 | 0.65 | 0.23 | 0 | 0.70 | 201.6 | 0.48 | 0.2 |
| Hex | 1B | 3B | 4D | 41 | 17 | 0 | 46 | CA | 30 | 14 |
| Octal | 33 | 73 | 115 | 101 | 27 | 0 | 106 | 312 | 60 | 24 |
| Binary | 11011 | 111011 | 1001101 | 1000001 | 10111 | 0 | 1000110 | 11001010 | 110000 | 10100 |
Color Harmonies of #1B3B4D
Complementary color
Monochromatic Colors of #1B3B4D
Black with #1B3B4D
Text Example
Text Example
White with #1B3B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3B4D; }
p { color: rgb(27,59,77); }
H1.HeaderClassName
{
color: #1B3B4D;
}
.AnyTagClassName
{
color: #1B3B4D;
}
</style>
background-color css
<style>
a { background-color: #1B3B4D; }
a { background-color: rgb(27,59,77); }
div.DivClassName
{
background-color: #1B3B4D;
}
.BgClassName
{
background-color: #1B3B4D;
}
</style>
border-color css
<style>
span { border-color: #1B3B4D; }
span { border-color: rgb(27,59,77); }
td.TdClassName
{
border-color: #1B3B4D;
}
.TagClassName
{
border-color: #1B3B4D;
}
</style>