Shades of Nile Blue #27404D
Tints of Nile Blue #27404D
RGB
CMYK
RGB Variations
Color information
#27404D (or 0x27404D) is known color: Nile Blue. HEX triplet: 27, 40 and 4D. RGB value is (39,64,77). Sum of RGB (Red+Green+Blue) = 39+64+77=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #27404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27404D is #D8BFB2. Grayscale: #393939. Windows color (decimal): -14204851 or 5062695. OLE color: 5062695.
HSL color Cylindrical-coordinate representation of color #27404D: hue angle of 200.53º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27404D is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 64 | 77 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.70 |
| HSL | 200.53º | 0.33% | 0.23% | - |
| HSV(B) | 200.53º | 0.49% | 0.3% | - |
| XYZ | 4.01 | 4.63 | 7.7 | - |
| YUV | 58.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 77 | 0.49 | 0.17 | 0 | 0.70 | 200.53 | 0.33 | 0.23 |
| Hex | 27 | 40 | 4D | 31 | 11 | 0 | 46 | C9 | 21 | 17 |
| Octal | 47 | 100 | 115 | 61 | 21 | 0 | 106 | 311 | 41 | 27 |
| Binary | 100111 | 1000000 | 1001101 | 110001 | 10001 | 0 | 1000110 | 11001001 | 100001 | 10111 |
Color Harmonies of #27404D
Complementary color
Monochromatic Colors of #27404D
Black with #27404D
Text Example
Text Example
White with #27404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27404D; }
p { color: rgb(39,64,77); }
H1.HeaderClassName
{
color: #27404D;
}
.AnyTagClassName
{
color: #27404D;
}
</style>
background-color css
<style>
a { background-color: #27404D; }
a { background-color: rgb(39,64,77); }
div.DivClassName
{
background-color: #27404D;
}
.BgClassName
{
background-color: #27404D;
}
</style>
border-color css
<style>
span { border-color: #27404D; }
span { border-color: rgb(39,64,77); }
td.TdClassName
{
border-color: #27404D;
}
.TagClassName
{
border-color: #27404D;
}
</style>