Shades of Nile Blue #183A4F
Tints of Nile Blue #183A4F
RGB
CMYK
RGB Variations
Color information
#183A4F (or 0x183A4F) is known color: Nile Blue. HEX triplet: 18, 3A and 4F. RGB value is (24,58,79). Sum of RGB (Red+Green+Blue) = 24+58+79=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #183A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A4F is #E7C5B0. Grayscale: #323232. Windows color (decimal): -15189425 or 5192216. OLE color: 5192216.
HSL color Cylindrical-coordinate representation of color #183A4F: hue angle of 202.91º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183A4F is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 58 | 79 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.69 |
| HSL | 202.91º | 0.53% | 0.2% | - |
| HSV(B) | 202.91º | 0.7% | 0.31% | - |
| XYZ | 3.3 | 3.78 | 7.95 | - |
| YUV | 50.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 79 | 0.70 | 0.27 | 0 | 0.69 | 202.91 | 0.53 | 0.2 |
| Hex | 18 | 3A | 4F | 46 | 1B | 0 | 45 | CB | 35 | 14 |
| Octal | 30 | 72 | 117 | 106 | 33 | 0 | 105 | 313 | 65 | 24 |
| Binary | 11000 | 111010 | 1001111 | 1000110 | 11011 | 0 | 1000101 | 11001011 | 110101 | 10100 |
Color Harmonies of #183A4F
Complementary color
Monochromatic Colors of #183A4F
Black with #183A4F
Text Example
Text Example
White with #183A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A4F; }
p { color: rgb(24,58,79); }
H1.HeaderClassName
{
color: #183A4F;
}
.AnyTagClassName
{
color: #183A4F;
}
</style>
background-color css
<style>
a { background-color: #183A4F; }
a { background-color: rgb(24,58,79); }
div.DivClassName
{
background-color: #183A4F;
}
.BgClassName
{
background-color: #183A4F;
}
</style>
border-color css
<style>
span { border-color: #183A4F; }
span { border-color: rgb(24,58,79); }
td.TdClassName
{
border-color: #183A4F;
}
.TagClassName
{
border-color: #183A4F;
}
</style>