Shades of Nile Blue #193A4D
Tints of Nile Blue #193A4D
RGB
CMYK
RGB Variations
Color information
#193A4D (or 0x193A4D) is known color: Nile Blue. HEX triplet: 19, 3A and 4D. RGB value is (25,58,77). Sum of RGB (Red+Green+Blue) = 25+58+77=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #193A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A4D is #E6C5B2. Grayscale: #323232. Windows color (decimal): -15123891 or 5061145. OLE color: 5061145.
HSL color Cylindrical-coordinate representation of color #193A4D: hue angle of 201.92º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #193A4D is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 58 | 77 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.70 |
| HSL | 201.92º | 0.51% | 0.2% | - |
| HSV(B) | 201.92º | 0.68% | 0.3% | - |
| XYZ | 3.25 | 3.77 | 7.58 | - |
| YUV | 50.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 77 | 0.68 | 0.25 | 0 | 0.70 | 201.92 | 0.51 | 0.2 |
| Hex | 19 | 3A | 4D | 44 | 19 | 0 | 46 | CA | 33 | 14 |
| Octal | 31 | 72 | 115 | 104 | 31 | 0 | 106 | 312 | 63 | 24 |
| Binary | 11001 | 111010 | 1001101 | 1000100 | 11001 | 0 | 1000110 | 11001010 | 110011 | 10100 |
Color Harmonies of #193A4D
Complementary color
Monochromatic Colors of #193A4D
Black with #193A4D
Text Example
Text Example
White with #193A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A4D; }
p { color: rgb(25,58,77); }
H1.HeaderClassName
{
color: #193A4D;
}
.AnyTagClassName
{
color: #193A4D;
}
</style>
background-color css
<style>
a { background-color: #193A4D; }
a { background-color: rgb(25,58,77); }
div.DivClassName
{
background-color: #193A4D;
}
.BgClassName
{
background-color: #193A4D;
}
</style>
border-color css
<style>
span { border-color: #193A4D; }
span { border-color: rgb(25,58,77); }
td.TdClassName
{
border-color: #193A4D;
}
.TagClassName
{
border-color: #193A4D;
}
</style>