Shades of Nile Blue #1E3C4C
Tints of Nile Blue #1E3C4C
RGB
CMYK
RGB Variations
Color information
#1E3C4C (or 0x1E3C4C) is known color: Nile Blue. HEX triplet: 1E, 3C and 4C. RGB value is (30,60,76). Sum of RGB (Red+Green+Blue) = 30+60+76=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #1E3C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3C4C is #E1C3B3. Grayscale: #343434. Windows color (decimal): -14795700 or 4996126. OLE color: 4996126.
HSL color Cylindrical-coordinate representation of color #1E3C4C: hue angle of 200.87º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E3C4C is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 60 | 76 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.70 |
| HSL | 200.87º | 0.43% | 0.21% | - |
| HSV(B) | 200.87º | 0.61% | 0.3% | - |
| XYZ | 3.46 | 4.03 | 7.43 | - |
| YUV | 52.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 76 | 0.61 | 0.21 | 0 | 0.70 | 200.87 | 0.43 | 0.21 |
| Hex | 1E | 3C | 4C | 3D | 15 | 0 | 46 | C9 | 2B | 15 |
| Octal | 36 | 74 | 114 | 75 | 25 | 0 | 106 | 311 | 53 | 25 |
| Binary | 11110 | 111100 | 1001100 | 111101 | 10101 | 0 | 1000110 | 11001001 | 101011 | 10101 |
Color Harmonies of #1E3C4C
Complementary color
Monochromatic Colors of #1E3C4C
Black with #1E3C4C
Text Example
Text Example
White with #1E3C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C4C; }
p { color: rgb(30,60,76); }
H1.HeaderClassName
{
color: #1E3C4C;
}
.AnyTagClassName
{
color: #1E3C4C;
}
</style>
background-color css
<style>
a { background-color: #1E3C4C; }
a { background-color: rgb(30,60,76); }
div.DivClassName
{
background-color: #1E3C4C;
}
.BgClassName
{
background-color: #1E3C4C;
}
</style>
border-color css
<style>
span { border-color: #1E3C4C; }
span { border-color: rgb(30,60,76); }
td.TdClassName
{
border-color: #1E3C4C;
}
.TagClassName
{
border-color: #1E3C4C;
}
</style>