Shades of Nile Blue #1C3C4E
Tints of Nile Blue #1C3C4E
RGB
CMYK
RGB Variations
Color information
#1C3C4E (or 0x1C3C4E) is known color: Nile Blue. HEX triplet: 1C, 3C and 4E. RGB value is (28,60,78). Sum of RGB (Red+Green+Blue) = 28+60+78=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #1C3C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3C4E is #E3C3B1. Grayscale: #343434. Windows color (decimal): -14926770 or 5127196. OLE color: 5127196.
HSL color Cylindrical-coordinate representation of color #1C3C4E: hue angle of 201.6º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C3C4E is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 60 | 78 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.69 |
| HSL | 201.6º | 0.47% | 0.21% | - |
| HSV(B) | 201.6º | 0.64% | 0.31% | - |
| XYZ | 3.47 | 4.03 | 7.8 | - |
| YUV | 52.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 60 | 78 | 0.64 | 0.23 | 0 | 0.69 | 201.6 | 0.47 | 0.21 |
| Hex | 1C | 3C | 4E | 40 | 17 | 0 | 45 | CA | 2F | 15 |
| Octal | 34 | 74 | 116 | 100 | 27 | 0 | 105 | 312 | 57 | 25 |
| Binary | 11100 | 111100 | 1001110 | 1000000 | 10111 | 0 | 1000101 | 11001010 | 101111 | 10101 |
Color Harmonies of #1C3C4E
Complementary color
Monochromatic Colors of #1C3C4E
Black with #1C3C4E
Text Example
Text Example
White with #1C3C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3C4E; }
p { color: rgb(28,60,78); }
H1.HeaderClassName
{
color: #1C3C4E;
}
.AnyTagClassName
{
color: #1C3C4E;
}
</style>
background-color css
<style>
a { background-color: #1C3C4E; }
a { background-color: rgb(28,60,78); }
div.DivClassName
{
background-color: #1C3C4E;
}
.BgClassName
{
background-color: #1C3C4E;
}
</style>
border-color css
<style>
span { border-color: #1C3C4E; }
span { border-color: rgb(28,60,78); }
td.TdClassName
{
border-color: #1C3C4E;
}
.TagClassName
{
border-color: #1C3C4E;
}
</style>