Shades of Nile Blue #264050
Tints of Nile Blue #264050
RGB
CMYK
RGB Variations
Color information
#264050 (or 0x264050) is known color: Nile Blue. HEX triplet: 26, 40 and 50. RGB value is (38,64,80). Sum of RGB (Red+Green+Blue) = 38+64+80=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #264050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264050 is #D9BFAF. Grayscale: #393939. Windows color (decimal): -14270384 or 5259302. OLE color: 5259302.
HSL color Cylindrical-coordinate representation of color #264050: hue angle of 202.86º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264050 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 64 | 80 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.69 |
| HSL | 202.86º | 0.36% | 0.23% | - |
| HSV(B) | 202.86º | 0.53% | 0.31% | - |
| XYZ | 4.08 | 4.66 | 8.27 | - |
| YUV | 58.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 80 | 0.52 | 0.20 | 0 | 0.69 | 202.86 | 0.36 | 0.23 |
| Hex | 26 | 40 | 50 | 34 | 14 | 0 | 45 | CB | 24 | 17 |
| Octal | 46 | 100 | 120 | 64 | 24 | 0 | 105 | 313 | 44 | 27 |
| Binary | 100110 | 1000000 | 1010000 | 110100 | 10100 | 0 | 1000101 | 11001011 | 100100 | 10111 |
Color Harmonies of #264050
Complementary color
Monochromatic Colors of #264050
Black with #264050
Text Example
Text Example
White with #264050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264050; }
p { color: rgb(38,64,80); }
H1.HeaderClassName
{
color: #264050;
}
.AnyTagClassName
{
color: #264050;
}
</style>
background-color css
<style>
a { background-color: #264050; }
a { background-color: rgb(38,64,80); }
div.DivClassName
{
background-color: #264050;
}
.BgClassName
{
background-color: #264050;
}
</style>
border-color css
<style>
span { border-color: #264050; }
span { border-color: rgb(38,64,80); }
td.TdClassName
{
border-color: #264050;
}
.TagClassName
{
border-color: #264050;
}
</style>