Shades of Regal Blue #193A53
Tints of Regal Blue #193A53
RGB
CMYK
RGB Variations
Color information
#193A53 (or 0x193A53) is known color: Regal Blue. HEX triplet: 19, 3A and 53. RGB value is (25,58,83). Sum of RGB (Red+Green+Blue) = 25+58+83=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #193A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A53 is #E6C5AC. Grayscale: #323232. Windows color (decimal): -15123885 or 5454361. OLE color: 5454361.
HSL color Cylindrical-coordinate representation of color #193A53: hue angle of 205.86º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193A53 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 58 | 83 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.67 |
| HSL | 205.86º | 0.54% | 0.21% | - |
| HSV(B) | 205.86º | 0.7% | 0.33% | - |
| XYZ | 3.48 | 3.86 | 8.74 | - |
| YUV | 50.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 83 | 0.70 | 0.30 | 0 | 0.67 | 205.86 | 0.54 | 0.21 |
| Hex | 19 | 3A | 53 | 46 | 1E | 0 | 43 | CE | 36 | 15 |
| Octal | 31 | 72 | 123 | 106 | 36 | 0 | 103 | 316 | 66 | 25 |
| Binary | 11001 | 111010 | 1010011 | 1000110 | 11110 | 0 | 1000011 | 11001110 | 110110 | 10101 |
Color Harmonies of #193A53
Complementary color
Monochromatic Colors of #193A53
Black with #193A53
Text Example
Text Example
White with #193A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A53; }
p { color: rgb(25,58,83); }
H1.HeaderClassName
{
color: #193A53;
}
.AnyTagClassName
{
color: #193A53;
}
</style>
background-color css
<style>
a { background-color: #193A53; }
a { background-color: rgb(25,58,83); }
div.DivClassName
{
background-color: #193A53;
}
.BgClassName
{
background-color: #193A53;
}
</style>
border-color css
<style>
span { border-color: #193A53; }
span { border-color: rgb(25,58,83); }
td.TdClassName
{
border-color: #193A53;
}
.TagClassName
{
border-color: #193A53;
}
</style>