Shades of Regal Blue #193E5E
Tints of Regal Blue #193E5E
RGB
CMYK
RGB Variations
Color information
#193E5E (or 0x193E5E) is known color: Regal Blue. HEX triplet: 19, 3E and 5E. RGB value is (25,62,94). Sum of RGB (Red+Green+Blue) = 25+62+94=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #193E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E5E is #E6C1A1. Grayscale: #363636. Windows color (decimal): -15122850 or 6176281. OLE color: 6176281.
HSL color Cylindrical-coordinate representation of color #193E5E: hue angle of 207.83º 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 #193E5E is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 62 | 94 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.63 |
| HSL | 207.83º | 0.58% | 0.23% | - |
| HSV(B) | 207.83º | 0.73% | 0.37% | - |
| XYZ | 4.14 | 4.46 | 11.23 | - |
| YUV | 54.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 94 | 0.73 | 0.34 | 0 | 0.63 | 207.83 | 0.58 | 0.23 |
| Hex | 19 | 3E | 5E | 49 | 22 | 0 | 3F | D0 | 3A | 17 |
| Octal | 31 | 76 | 136 | 111 | 42 | 0 | 77 | 320 | 72 | 27 |
| Binary | 11001 | 111110 | 1011110 | 1001001 | 100010 | 0 | 111111 | 11010000 | 111010 | 10111 |
Color Harmonies of #193E5E
Complementary color
Monochromatic Colors of #193E5E
Black with #193E5E
Text Example
Text Example
White with #193E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E5E; }
p { color: rgb(25,62,94); }
H1.HeaderClassName
{
color: #193E5E;
}
.AnyTagClassName
{
color: #193E5E;
}
</style>
background-color css
<style>
a { background-color: #193E5E; }
a { background-color: rgb(25,62,94); }
div.DivClassName
{
background-color: #193E5E;
}
.BgClassName
{
background-color: #193E5E;
}
</style>
border-color css
<style>
span { border-color: #193E5E; }
span { border-color: rgb(25,62,94); }
td.TdClassName
{
border-color: #193E5E;
}
.TagClassName
{
border-color: #193E5E;
}
</style>