Shades of Nile Blue #253B4F
Tints of Nile Blue #253B4F
RGB
CMYK
RGB Variations
Color information
#253B4F (or 0x253B4F) is known color: Nile Blue. HEX triplet: 25, 3B and 4F. RGB value is (37,59,79). Sum of RGB (Red+Green+Blue) = 37+59+79=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #253B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B4F is #DAC4B0. Grayscale: #363636. Windows color (decimal): -14337201 or 5192485. OLE color: 5192485.
HSL color Cylindrical-coordinate representation of color #253B4F: hue angle of 208.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #253B4F is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 59 | 79 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.69 |
| HSL | 208.57º | 0.36% | 0.23% | - |
| HSV(B) | 208.57º | 0.53% | 0.31% | - |
| XYZ | 3.74 | 4.09 | 7.99 | - |
| YUV | 54.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 79 | 0.53 | 0.25 | 0 | 0.69 | 208.57 | 0.36 | 0.23 |
| Hex | 25 | 3B | 4F | 35 | 19 | 0 | 45 | D1 | 24 | 17 |
| Octal | 45 | 73 | 117 | 65 | 31 | 0 | 105 | 321 | 44 | 27 |
| Binary | 100101 | 111011 | 1001111 | 110101 | 11001 | 0 | 1000101 | 11010001 | 100100 | 10111 |
Color Harmonies of #253B4F
Complementary color
Monochromatic Colors of #253B4F
Black with #253B4F
Text Example
Text Example
White with #253B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B4F; }
p { color: rgb(37,59,79); }
H1.HeaderClassName
{
color: #253B4F;
}
.AnyTagClassName
{
color: #253B4F;
}
</style>
background-color css
<style>
a { background-color: #253B4F; }
a { background-color: rgb(37,59,79); }
div.DivClassName
{
background-color: #253B4F;
}
.BgClassName
{
background-color: #253B4F;
}
</style>
border-color css
<style>
span { border-color: #253B4F; }
span { border-color: rgb(37,59,79); }
td.TdClassName
{
border-color: #253B4F;
}
.TagClassName
{
border-color: #253B4F;
}
</style>