Shades of Regal Blue #193A59
Tints of Regal Blue #193A59
RGB
CMYK
RGB Variations
Color information
#193A59 (or 0x193A59) is known color: Regal Blue. HEX triplet: 19, 3A and 59. RGB value is (25,58,89). Sum of RGB (Red+Green+Blue) = 25+58+89=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #193A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A59 is #E6C5A6. Grayscale: #333333. Windows color (decimal): -15123879 or 5847577. OLE color: 5847577.
HSL color Cylindrical-coordinate representation of color #193A59: hue angle of 209.06º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193A59 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 58 | 89 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.65 |
| HSL | 209.06º | 0.56% | 0.22% | - |
| HSV(B) | 209.06º | 0.72% | 0.35% | - |
| XYZ | 3.72 | 3.95 | 10.02 | - |
| YUV | 51.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 89 | 0.72 | 0.35 | 0 | 0.65 | 209.06 | 0.56 | 0.22 |
| Hex | 19 | 3A | 59 | 48 | 23 | 0 | 41 | D1 | 38 | 16 |
| Octal | 31 | 72 | 131 | 110 | 43 | 0 | 101 | 321 | 70 | 26 |
| Binary | 11001 | 111010 | 1011001 | 1001000 | 100011 | 0 | 1000001 | 11010001 | 111000 | 10110 |
Color Harmonies of #193A59
Complementary color
Monochromatic Colors of #193A59
Black with #193A59
Text Example
Text Example
White with #193A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A59; }
p { color: rgb(25,58,89); }
H1.HeaderClassName
{
color: #193A59;
}
.AnyTagClassName
{
color: #193A59;
}
</style>
background-color css
<style>
a { background-color: #193A59; }
a { background-color: rgb(25,58,89); }
div.DivClassName
{
background-color: #193A59;
}
.BgClassName
{
background-color: #193A59;
}
</style>
border-color css
<style>
span { border-color: #193A59; }
span { border-color: rgb(25,58,89); }
td.TdClassName
{
border-color: #193A59;
}
.TagClassName
{
border-color: #193A59;
}
</style>