Shades of Regal Blue #193F5B
Tints of Regal Blue #193F5B
RGB
CMYK
RGB Variations
Color information
#193F5B (or 0x193F5B) is known color: Regal Blue. HEX triplet: 19, 3F and 5B. RGB value is (25,63,91). Sum of RGB (Red+Green+Blue) = 25+63+91=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #193F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F5B is #E6C0A4. Grayscale: #363636. Windows color (decimal): -15122597 or 5979929. OLE color: 5979929.
HSL color Cylindrical-coordinate representation of color #193F5B: hue angle of 205.45º degrees, saturation: 0.57, 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 #193F5B is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 63 | 91 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.64 |
| HSL | 205.45º | 0.57% | 0.23% | - |
| HSV(B) | 205.45º | 0.73% | 0.36% | - |
| XYZ | 4.07 | 4.52 | 10.56 | - |
| YUV | 54.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 91 | 0.73 | 0.31 | 0 | 0.64 | 205.45 | 0.57 | 0.23 |
| Hex | 19 | 3F | 5B | 49 | 1F | 0 | 40 | CD | 39 | 17 |
| Octal | 31 | 77 | 133 | 111 | 37 | 0 | 100 | 315 | 71 | 27 |
| Binary | 11001 | 111111 | 1011011 | 1001001 | 11111 | 0 | 1000000 | 11001101 | 111001 | 10111 |
Color Harmonies of #193F5B
Complementary color
Monochromatic Colors of #193F5B
Black with #193F5B
Text Example
Text Example
White with #193F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F5B; }
p { color: rgb(25,63,91); }
H1.HeaderClassName
{
color: #193F5B;
}
.AnyTagClassName
{
color: #193F5B;
}
</style>
background-color css
<style>
a { background-color: #193F5B; }
a { background-color: rgb(25,63,91); }
div.DivClassName
{
background-color: #193F5B;
}
.BgClassName
{
background-color: #193F5B;
}
</style>
border-color css
<style>
span { border-color: #193F5B; }
span { border-color: rgb(25,63,91); }
td.TdClassName
{
border-color: #193F5B;
}
.TagClassName
{
border-color: #193F5B;
}
</style>