Shades of Nile Blue #25394B
Tints of Nile Blue #25394B
RGB
CMYK
RGB Variations
Color information
#25394B (or 0x25394B) is known color: Nile Blue. HEX triplet: 25, 39 and 4B. RGB value is (37,57,75). Sum of RGB (Red+Green+Blue) = 37+57+75=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #25394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25394B is #DAC6B4. Grayscale: #343434. Windows color (decimal): -14337717 or 4929829. OLE color: 4929829.
HSL color Cylindrical-coordinate representation of color #25394B: hue angle of 208.42º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25394B is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 57 | 75 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.71 |
| HSL | 208.42º | 0.34% | 0.22% | - |
| HSV(B) | 208.42º | 0.51% | 0.29% | - |
| XYZ | 3.5 | 3.83 | 7.21 | - |
| YUV | 53.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 75 | 0.51 | 0.24 | 0 | 0.71 | 208.42 | 0.34 | 0.22 |
| Hex | 25 | 39 | 4B | 33 | 18 | 0 | 47 | D0 | 22 | 16 |
| Octal | 45 | 71 | 113 | 63 | 30 | 0 | 107 | 320 | 42 | 26 |
| Binary | 100101 | 111001 | 1001011 | 110011 | 11000 | 0 | 1000111 | 11010000 | 100010 | 10110 |
Color Harmonies of #25394B
Complementary color
Monochromatic Colors of #25394B
Black with #25394B
Text Example
Text Example
White with #25394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25394B; }
p { color: rgb(37,57,75); }
H1.HeaderClassName
{
color: #25394B;
}
.AnyTagClassName
{
color: #25394B;
}
</style>
background-color css
<style>
a { background-color: #25394B; }
a { background-color: rgb(37,57,75); }
div.DivClassName
{
background-color: #25394B;
}
.BgClassName
{
background-color: #25394B;
}
</style>
border-color css
<style>
span { border-color: #25394B; }
span { border-color: rgb(37,57,75); }
td.TdClassName
{
border-color: #25394B;
}
.TagClassName
{
border-color: #25394B;
}
</style>