Shades of Nile Blue #234053
Tints of Nile Blue #234053
RGB
CMYK
RGB Variations
Color information
#234053 (or 0x234053) is known color: Nile Blue. HEX triplet: 23, 40 and 53. RGB value is (35,64,83). Sum of RGB (Red+Green+Blue) = 35+64+83=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #234053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234053 is #DCBFAC. Grayscale: #393939. Windows color (decimal): -14466989 or 5455907. OLE color: 5455907.
HSL color Cylindrical-coordinate representation of color #234053: hue angle of 203.75º 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 #234053 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 64 | 83 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.67 |
| HSL | 203.75º | 0.41% | 0.23% | - |
| HSV(B) | 203.75º | 0.58% | 0.33% | - |
| XYZ | 4.09 | 4.65 | 8.87 | - |
| YUV | 57.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 83 | 0.58 | 0.23 | 0 | 0.67 | 203.75 | 0.41 | 0.23 |
| Hex | 23 | 40 | 53 | 3A | 17 | 0 | 43 | CC | 29 | 17 |
| Octal | 43 | 100 | 123 | 72 | 27 | 0 | 103 | 314 | 51 | 27 |
| Binary | 100011 | 1000000 | 1010011 | 111010 | 10111 | 0 | 1000011 | 11001100 | 101001 | 10111 |
Color Harmonies of #234053
Complementary color
Monochromatic Colors of #234053
Black with #234053
Text Example
Text Example
White with #234053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234053; }
p { color: rgb(35,64,83); }
H1.HeaderClassName
{
color: #234053;
}
.AnyTagClassName
{
color: #234053;
}
</style>
background-color css
<style>
a { background-color: #234053; }
a { background-color: rgb(35,64,83); }
div.DivClassName
{
background-color: #234053;
}
.BgClassName
{
background-color: #234053;
}
</style>
border-color css
<style>
span { border-color: #234053; }
span { border-color: rgb(35,64,83); }
td.TdClassName
{
border-color: #234053;
}
.TagClassName
{
border-color: #234053;
}
</style>