Shades of Regal Blue #193E5B
Tints of Regal Blue #193E5B
RGB
CMYK
RGB Variations
Color information
#193E5B (or 0x193E5B) is known color: Regal Blue. HEX triplet: 19, 3E and 5B. RGB value is (25,62,91). Sum of RGB (Red+Green+Blue) = 25+62+91=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #193E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E5B is #E6C1A4. Grayscale: #363636. Windows color (decimal): -15122853 or 5979673. OLE color: 5979673.
HSL color Cylindrical-coordinate representation of color #193E5B: hue angle of 206.36º 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 #193E5B is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 62 | 91 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.64 |
| HSL | 206.36º | 0.57% | 0.23% | - |
| HSV(B) | 206.36º | 0.73% | 0.36% | - |
| XYZ | 4.01 | 4.41 | 10.54 | - |
| YUV | 54.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 91 | 0.73 | 0.32 | 0 | 0.64 | 206.36 | 0.57 | 0.23 |
| Hex | 19 | 3E | 5B | 49 | 20 | 0 | 40 | CE | 39 | 17 |
| Octal | 31 | 76 | 133 | 111 | 40 | 0 | 100 | 316 | 71 | 27 |
| Binary | 11001 | 111110 | 1011011 | 1001001 | 100000 | 0 | 1000000 | 11001110 | 111001 | 10111 |
Color Harmonies of #193E5B
Complementary color
Monochromatic Colors of #193E5B
Black with #193E5B
Text Example
Text Example
White with #193E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E5B; }
p { color: rgb(25,62,91); }
H1.HeaderClassName
{
color: #193E5B;
}
.AnyTagClassName
{
color: #193E5B;
}
</style>
background-color css
<style>
a { background-color: #193E5B; }
a { background-color: rgb(25,62,91); }
div.DivClassName
{
background-color: #193E5B;
}
.BgClassName
{
background-color: #193E5B;
}
</style>
border-color css
<style>
span { border-color: #193E5B; }
span { border-color: rgb(25,62,91); }
td.TdClassName
{
border-color: #193E5B;
}
.TagClassName
{
border-color: #193E5B;
}
</style>