Shades of Regal Blue #193C51
Tints of Regal Blue #193C51
RGB
CMYK
RGB Variations
Color information
#193C51 (or 0x193C51) is known color: Regal Blue. HEX triplet: 19, 3C and 51. RGB value is (25,60,81). Sum of RGB (Red+Green+Blue) = 25+60+81=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #193C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C51 is #E6C3AE. Grayscale: #333333. Windows color (decimal): -15123375 or 5323801. OLE color: 5323801.
HSL color Cylindrical-coordinate representation of color #193C51: hue angle of 202.5º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193C51 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 60 | 81 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.68 |
| HSL | 202.5º | 0.53% | 0.21% | - |
| HSV(B) | 202.5º | 0.69% | 0.32% | - |
| XYZ | 3.5 | 4.03 | 8.38 | - |
| YUV | 51.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 81 | 0.69 | 0.26 | 0 | 0.68 | 202.5 | 0.53 | 0.21 |
| Hex | 19 | 3C | 51 | 45 | 1A | 0 | 44 | CA | 35 | 15 |
| Octal | 31 | 74 | 121 | 105 | 32 | 0 | 104 | 312 | 65 | 25 |
| Binary | 11001 | 111100 | 1010001 | 1000101 | 11010 | 0 | 1000100 | 11001010 | 110101 | 10101 |
Color Harmonies of #193C51
Complementary color
Monochromatic Colors of #193C51
Black with #193C51
Text Example
Text Example
White with #193C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C51; }
p { color: rgb(25,60,81); }
H1.HeaderClassName
{
color: #193C51;
}
.AnyTagClassName
{
color: #193C51;
}
</style>
background-color css
<style>
a { background-color: #193C51; }
a { background-color: rgb(25,60,81); }
div.DivClassName
{
background-color: #193C51;
}
.BgClassName
{
background-color: #193C51;
}
</style>
border-color css
<style>
span { border-color: #193C51; }
span { border-color: rgb(25,60,81); }
td.TdClassName
{
border-color: #193C51;
}
.TagClassName
{
border-color: #193C51;
}
</style>