Shades of Regal Blue #193A5E
Tints of Regal Blue #193A5E
RGB
CMYK
RGB Variations
Color information
#193A5E (or 0x193A5E) is known color: Regal Blue. HEX triplet: 19, 3A and 5E. RGB value is (25,58,94). Sum of RGB (Red+Green+Blue) = 25+58+94=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #193A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A5E is #E6C5A1. Grayscale: #343434. Windows color (decimal): -15123874 or 6175257. OLE color: 6175257.
HSL color Cylindrical-coordinate representation of color #193A5E: hue angle of 211.3º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #193A5E is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 58 | 94 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.63 |
| HSL | 211.3º | 0.58% | 0.23% | - |
| HSV(B) | 211.3º | 0.73% | 0.37% | - |
| XYZ | 3.93 | 4.04 | 11.16 | - |
| YUV | 52.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 94 | 0.73 | 0.38 | 0 | 0.63 | 211.3 | 0.58 | 0.23 |
| Hex | 19 | 3A | 5E | 49 | 26 | 0 | 3F | D3 | 3A | 17 |
| Octal | 31 | 72 | 136 | 111 | 46 | 0 | 77 | 323 | 72 | 27 |
| Binary | 11001 | 111010 | 1011110 | 1001001 | 100110 | 0 | 111111 | 11010011 | 111010 | 10111 |
Color Harmonies of #193A5E
Complementary color
Monochromatic Colors of #193A5E
Black with #193A5E
Text Example
Text Example
White with #193A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A5E; }
p { color: rgb(25,58,94); }
H1.HeaderClassName
{
color: #193A5E;
}
.AnyTagClassName
{
color: #193A5E;
}
</style>
background-color css
<style>
a { background-color: #193A5E; }
a { background-color: rgb(25,58,94); }
div.DivClassName
{
background-color: #193A5E;
}
.BgClassName
{
background-color: #193A5E;
}
</style>
border-color css
<style>
span { border-color: #193A5E; }
span { border-color: rgb(25,58,94); }
td.TdClassName
{
border-color: #193A5E;
}
.TagClassName
{
border-color: #193A5E;
}
</style>