Shades of Regal Blue #193B5D
Tints of Regal Blue #193B5D
RGB
CMYK
RGB Variations
Color information
#193B5D (or 0x193B5D) is known color: Regal Blue. HEX triplet: 19, 3B and 5D. RGB value is (25,59,93). Sum of RGB (Red+Green+Blue) = 25+59+93=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #193B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B5D is #E6C4A2. Grayscale: #343434. Windows color (decimal): -15123619 or 6109977. OLE color: 6109977.
HSL color Cylindrical-coordinate representation of color #193B5D: hue angle of 210º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #193B5D is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 59 | 93 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.64 |
| HSL | 210º | 0.58% | 0.23% | - |
| HSV(B) | 210º | 0.73% | 0.36% | - |
| XYZ | 3.94 | 4.12 | 10.94 | - |
| YUV | 52.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 93 | 0.73 | 0.37 | 0 | 0.64 | 210 | 0.58 | 0.23 |
| Hex | 19 | 3B | 5D | 49 | 25 | 0 | 40 | D2 | 3A | 17 |
| Octal | 31 | 73 | 135 | 111 | 45 | 0 | 100 | 322 | 72 | 27 |
| Binary | 11001 | 111011 | 1011101 | 1001001 | 100101 | 0 | 1000000 | 11010010 | 111010 | 10111 |
Color Harmonies of #193B5D
Complementary color
Monochromatic Colors of #193B5D
Black with #193B5D
Text Example
Text Example
White with #193B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B5D; }
p { color: rgb(25,59,93); }
H1.HeaderClassName
{
color: #193B5D;
}
.AnyTagClassName
{
color: #193B5D;
}
</style>
background-color css
<style>
a { background-color: #193B5D; }
a { background-color: rgb(25,59,93); }
div.DivClassName
{
background-color: #193B5D;
}
.BgClassName
{
background-color: #193B5D;
}
</style>
border-color css
<style>
span { border-color: #193B5D; }
span { border-color: rgb(25,59,93); }
td.TdClassName
{
border-color: #193B5D;
}
.TagClassName
{
border-color: #193B5D;
}
</style>