Shades of Nile Blue #234153
Tints of Nile Blue #234153
RGB
CMYK
RGB Variations
Color information
#234153 (or 0x234153) is known color: Nile Blue. HEX triplet: 23, 41 and 53. RGB value is (35,65,83). Sum of RGB (Red+Green+Blue) = 35+65+83=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #234153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234153 is #DCBEAC. Grayscale: #393939. Windows color (decimal): -14466733 or 5456163. OLE color: 5456163.
HSL color Cylindrical-coordinate representation of color #234153: hue angle of 202.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #234153 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 65 | 83 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.67 |
| HSL | 202.5º | 0.41% | 0.23% | - |
| HSV(B) | 202.5º | 0.58% | 0.33% | - |
| XYZ | 4.14 | 4.76 | 8.88 | - |
| YUV | 58.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 83 | 0.58 | 0.22 | 0 | 0.67 | 202.5 | 0.41 | 0.23 |
| Hex | 23 | 41 | 53 | 3A | 16 | 0 | 43 | CA | 29 | 17 |
| Octal | 43 | 101 | 123 | 72 | 26 | 0 | 103 | 312 | 51 | 27 |
| Binary | 100011 | 1000001 | 1010011 | 111010 | 10110 | 0 | 1000011 | 11001010 | 101001 | 10111 |
Color Harmonies of #234153
Complementary color
Monochromatic Colors of #234153
Black with #234153
Text Example
Text Example
White with #234153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234153; }
p { color: rgb(35,65,83); }
H1.HeaderClassName
{
color: #234153;
}
.AnyTagClassName
{
color: #234153;
}
</style>
background-color css
<style>
a { background-color: #234153; }
a { background-color: rgb(35,65,83); }
div.DivClassName
{
background-color: #234153;
}
.BgClassName
{
background-color: #234153;
}
</style>
border-color css
<style>
span { border-color: #234153; }
span { border-color: rgb(35,65,83); }
td.TdClassName
{
border-color: #234153;
}
.TagClassName
{
border-color: #234153;
}
</style>