Shades of Regal Blue #193E5D
Tints of Regal Blue #193E5D
RGB
CMYK
RGB Variations
Color information
#193E5D (or 0x193E5D) is known color: Regal Blue. HEX triplet: 19, 3E and 5D. RGB value is (25,62,93). Sum of RGB (Red+Green+Blue) = 25+62+93=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #193E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E5D is #E6C1A2. Grayscale: #363636. Windows color (decimal): -15122851 or 6110745. OLE color: 6110745.
HSL color Cylindrical-coordinate representation of color #193E5D: hue angle of 207.35º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #193E5D is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 62 | 93 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.64 |
| HSL | 207.35º | 0.58% | 0.23% | - |
| HSV(B) | 207.35º | 0.73% | 0.36% | - |
| XYZ | 4.1 | 4.44 | 11 | - |
| YUV | 54.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 93 | 0.73 | 0.33 | 0 | 0.64 | 207.35 | 0.58 | 0.23 |
| Hex | 19 | 3E | 5D | 49 | 21 | 0 | 40 | CF | 3A | 17 |
| Octal | 31 | 76 | 135 | 111 | 41 | 0 | 100 | 317 | 72 | 27 |
| Binary | 11001 | 111110 | 1011101 | 1001001 | 100001 | 0 | 1000000 | 11001111 | 111010 | 10111 |
Color Harmonies of #193E5D
Complementary color
Monochromatic Colors of #193E5D
Black with #193E5D
Text Example
Text Example
White with #193E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E5D; }
p { color: rgb(25,62,93); }
H1.HeaderClassName
{
color: #193E5D;
}
.AnyTagClassName
{
color: #193E5D;
}
</style>
background-color css
<style>
a { background-color: #193E5D; }
a { background-color: rgb(25,62,93); }
div.DivClassName
{
background-color: #193E5D;
}
.BgClassName
{
background-color: #193E5D;
}
</style>
border-color css
<style>
span { border-color: #193E5D; }
span { border-color: rgb(25,62,93); }
td.TdClassName
{
border-color: #193E5D;
}
.TagClassName
{
border-color: #193E5D;
}
</style>