Shades of Regal Blue #193C54
Tints of Regal Blue #193C54
RGB
CMYK
RGB Variations
Color information
#193C54 (or 0x193C54) is known color: Regal Blue. HEX triplet: 19, 3C and 54. RGB value is (25,60,84). Sum of RGB (Red+Green+Blue) = 25+60+84=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #193C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C54 is #E6C3AB. Grayscale: #343434. Windows color (decimal): -15123372 or 5520409. OLE color: 5520409.
HSL color Cylindrical-coordinate representation of color #193C54: hue angle of 204.41º 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 #193C54 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 60 | 84 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.67 |
| HSL | 204.41º | 0.54% | 0.21% | - |
| HSV(B) | 204.41º | 0.7% | 0.33% | - |
| XYZ | 3.62 | 4.08 | 8.98 | - |
| YUV | 52.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 84 | 0.70 | 0.29 | 0 | 0.67 | 204.41 | 0.54 | 0.21 |
| Hex | 19 | 3C | 54 | 46 | 1D | 0 | 43 | CC | 36 | 15 |
| Octal | 31 | 74 | 124 | 106 | 35 | 0 | 103 | 314 | 66 | 25 |
| Binary | 11001 | 111100 | 1010100 | 1000110 | 11101 | 0 | 1000011 | 11001100 | 110110 | 10101 |
Color Harmonies of #193C54
Complementary color
Monochromatic Colors of #193C54
Black with #193C54
Text Example
Text Example
White with #193C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C54; }
p { color: rgb(25,60,84); }
H1.HeaderClassName
{
color: #193C54;
}
.AnyTagClassName
{
color: #193C54;
}
</style>
background-color css
<style>
a { background-color: #193C54; }
a { background-color: rgb(25,60,84); }
div.DivClassName
{
background-color: #193C54;
}
.BgClassName
{
background-color: #193C54;
}
</style>
border-color css
<style>
span { border-color: #193C54; }
span { border-color: rgb(25,60,84); }
td.TdClassName
{
border-color: #193C54;
}
.TagClassName
{
border-color: #193C54;
}
</style>