Shades of Regal Blue #193E54
Tints of Regal Blue #193E54
RGB
CMYK
RGB Variations
Color information
#193E54 (or 0x193E54) is known color: Regal Blue. HEX triplet: 19, 3E and 54. RGB value is (25,62,84). Sum of RGB (Red+Green+Blue) = 25+62+84=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #193E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E54 is #E6C1AB. Grayscale: #353535. Windows color (decimal): -15122860 or 5520921. OLE color: 5520921.
HSL color Cylindrical-coordinate representation of color #193E54: hue angle of 202.37º 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 #193E54 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 62 | 84 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.67 |
| HSL | 202.37º | 0.54% | 0.21% | - |
| HSV(B) | 202.37º | 0.7% | 0.33% | - |
| XYZ | 3.72 | 4.29 | 9.02 | - |
| YUV | 53.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 84 | 0.70 | 0.26 | 0 | 0.67 | 202.37 | 0.54 | 0.21 |
| Hex | 19 | 3E | 54 | 46 | 1A | 0 | 43 | CA | 36 | 15 |
| Octal | 31 | 76 | 124 | 106 | 32 | 0 | 103 | 312 | 66 | 25 |
| Binary | 11001 | 111110 | 1010100 | 1000110 | 11010 | 0 | 1000011 | 11001010 | 110110 | 10101 |
Color Harmonies of #193E54
Complementary color
Monochromatic Colors of #193E54
Black with #193E54
Text Example
Text Example
White with #193E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E54; }
p { color: rgb(25,62,84); }
H1.HeaderClassName
{
color: #193E54;
}
.AnyTagClassName
{
color: #193E54;
}
</style>
background-color css
<style>
a { background-color: #193E54; }
a { background-color: rgb(25,62,84); }
div.DivClassName
{
background-color: #193E54;
}
.BgClassName
{
background-color: #193E54;
}
</style>
border-color css
<style>
span { border-color: #193E54; }
span { border-color: rgb(25,62,84); }
td.TdClassName
{
border-color: #193E54;
}
.TagClassName
{
border-color: #193E54;
}
</style>