Shades of Regal Blue #193D5C
Tints of Regal Blue #193D5C
RGB
CMYK
RGB Variations
Color information
#193D5C (or 0x193D5C) is known color: Regal Blue. HEX triplet: 19, 3D and 5C. RGB value is (25,61,92). Sum of RGB (Red+Green+Blue) = 25+61+92=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #193D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D5C is #E6C2A3. Grayscale: #353535. Windows color (decimal): -15123108 or 6044953. OLE color: 6044953.
HSL color Cylindrical-coordinate representation of color #193D5C: hue angle of 207.76º 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 #193D5C is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 61 | 92 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.64 |
| HSL | 207.76º | 0.57% | 0.23% | - |
| HSV(B) | 207.76º | 0.73% | 0.36% | - |
| XYZ | 4 | 4.32 | 10.75 | - |
| YUV | 53.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 92 | 0.73 | 0.34 | 0 | 0.64 | 207.76 | 0.57 | 0.23 |
| Hex | 19 | 3D | 5C | 49 | 22 | 0 | 40 | D0 | 39 | 17 |
| Octal | 31 | 75 | 134 | 111 | 42 | 0 | 100 | 320 | 71 | 27 |
| Binary | 11001 | 111101 | 1011100 | 1001001 | 100010 | 0 | 1000000 | 11010000 | 111001 | 10111 |
Color Harmonies of #193D5C
Complementary color
Monochromatic Colors of #193D5C
Black with #193D5C
Text Example
Text Example
White with #193D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D5C; }
p { color: rgb(25,61,92); }
H1.HeaderClassName
{
color: #193D5C;
}
.AnyTagClassName
{
color: #193D5C;
}
</style>
background-color css
<style>
a { background-color: #193D5C; }
a { background-color: rgb(25,61,92); }
div.DivClassName
{
background-color: #193D5C;
}
.BgClassName
{
background-color: #193D5C;
}
</style>
border-color css
<style>
span { border-color: #193D5C; }
span { border-color: rgb(25,61,92); }
td.TdClassName
{
border-color: #193D5C;
}
.TagClassName
{
border-color: #193D5C;
}
</style>