Shades of Regal Blue #193B5E
Tints of Regal Blue #193B5E
RGB
CMYK
RGB Variations
Color information
#193B5E (or 0x193B5E) is known color: Regal Blue. HEX triplet: 19, 3B and 5E. RGB value is (25,59,94). Sum of RGB (Red+Green+Blue) = 25+59+94=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #193B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B5E is #E6C4A1. Grayscale: #343434. Windows color (decimal): -15123618 or 6175513. OLE color: 6175513.
HSL color Cylindrical-coordinate representation of color #193B5E: hue angle of 210.43º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #193B5E is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 59 | 94 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.63 |
| HSL | 210.43º | 0.58% | 0.23% | - |
| HSV(B) | 210.43º | 0.73% | 0.37% | - |
| XYZ | 3.99 | 4.14 | 11.18 | - |
| YUV | 52.82 | 151.24 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 94 | 0.73 | 0.37 | 0 | 0.63 | 210.43 | 0.58 | 0.23 |
| Hex | 19 | 3B | 5E | 49 | 25 | 0 | 3F | D2 | 3A | 17 |
| Octal | 31 | 73 | 136 | 111 | 45 | 0 | 77 | 322 | 72 | 27 |
| Binary | 11001 | 111011 | 1011110 | 1001001 | 100101 | 0 | 111111 | 11010010 | 111010 | 10111 |
Color Harmonies of #193B5E
Complementary color
Monochromatic Colors of #193B5E
Black with #193B5E
Text Example
Text Example
White with #193B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B5E; }
p { color: rgb(25,59,94); }
H1.HeaderClassName
{
color: #193B5E;
}
.AnyTagClassName
{
color: #193B5E;
}
</style>
background-color css
<style>
a { background-color: #193B5E; }
a { background-color: rgb(25,59,94); }
div.DivClassName
{
background-color: #193B5E;
}
.BgClassName
{
background-color: #193B5E;
}
</style>
border-color css
<style>
span { border-color: #193B5E; }
span { border-color: rgb(25,59,94); }
td.TdClassName
{
border-color: #193B5E;
}
.TagClassName
{
border-color: #193B5E;
}
</style>