Shades of Regal Blue #193B5B
Tints of Regal Blue #193B5B
RGB
CMYK
RGB Variations
Color information
#193B5B (or 0x193B5B) is known color: Regal Blue. HEX triplet: 19, 3B and 5B. RGB value is (25,59,91). Sum of RGB (Red+Green+Blue) = 25+59+91=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #193B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B5B is #E6C4A4. Grayscale: #343434. Windows color (decimal): -15123621 or 5978905. OLE color: 5978905.
HSL color Cylindrical-coordinate representation of color #193B5B: hue angle of 209.09º 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 #193B5B is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 59 | 91 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.64 |
| HSL | 209.09º | 0.57% | 0.23% | - |
| HSV(B) | 209.09º | 0.73% | 0.36% | - |
| XYZ | 3.85 | 4.09 | 10.48 | - |
| YUV | 52.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 91 | 0.73 | 0.35 | 0 | 0.64 | 209.09 | 0.57 | 0.23 |
| Hex | 19 | 3B | 5B | 49 | 23 | 0 | 40 | D1 | 39 | 17 |
| Octal | 31 | 73 | 133 | 111 | 43 | 0 | 100 | 321 | 71 | 27 |
| Binary | 11001 | 111011 | 1011011 | 1001001 | 100011 | 0 | 1000000 | 11010001 | 111001 | 10111 |
Color Harmonies of #193B5B
Complementary color
Monochromatic Colors of #193B5B
Black with #193B5B
Text Example
Text Example
White with #193B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B5B; }
p { color: rgb(25,59,91); }
H1.HeaderClassName
{
color: #193B5B;
}
.AnyTagClassName
{
color: #193B5B;
}
</style>
background-color css
<style>
a { background-color: #193B5B; }
a { background-color: rgb(25,59,91); }
div.DivClassName
{
background-color: #193B5B;
}
.BgClassName
{
background-color: #193B5B;
}
</style>
border-color css
<style>
span { border-color: #193B5B; }
span { border-color: rgb(25,59,91); }
td.TdClassName
{
border-color: #193B5B;
}
.TagClassName
{
border-color: #193B5B;
}
</style>