Shades of Nile Blue #254152
Tints of Nile Blue #254152
RGB
CMYK
RGB Variations
Color information
#254152 (or 0x254152) is known color: Nile Blue. HEX triplet: 25, 41 and 52. RGB value is (37,65,82). Sum of RGB (Red+Green+Blue) = 37+65+82=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #254152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254152 is #DABEAD. Grayscale: #3A3A3A. Windows color (decimal): -14335662 or 5390629. OLE color: 5390629.
HSL color Cylindrical-coordinate representation of color #254152: hue angle of 202.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254152 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 65 | 82 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.68 |
| HSL | 202.67º | 0.38% | 0.23% | - |
| HSV(B) | 202.67º | 0.55% | 0.32% | - |
| XYZ | 4.18 | 4.78 | 8.69 | - |
| YUV | 58.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 82 | 0.55 | 0.21 | 0 | 0.68 | 202.67 | 0.38 | 0.23 |
| Hex | 25 | 41 | 52 | 37 | 15 | 0 | 44 | CB | 26 | 17 |
| Octal | 45 | 101 | 122 | 67 | 25 | 0 | 104 | 313 | 46 | 27 |
| Binary | 100101 | 1000001 | 1010010 | 110111 | 10101 | 0 | 1000100 | 11001011 | 100110 | 10111 |
Color Harmonies of #254152
Complementary color
Monochromatic Colors of #254152
Black with #254152
Text Example
Text Example
White with #254152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254152; }
p { color: rgb(37,65,82); }
H1.HeaderClassName
{
color: #254152;
}
.AnyTagClassName
{
color: #254152;
}
</style>
background-color css
<style>
a { background-color: #254152; }
a { background-color: rgb(37,65,82); }
div.DivClassName
{
background-color: #254152;
}
.BgClassName
{
background-color: #254152;
}
</style>
border-color css
<style>
span { border-color: #254152; }
span { border-color: rgb(37,65,82); }
td.TdClassName
{
border-color: #254152;
}
.TagClassName
{
border-color: #254152;
}
</style>