Shades of Regal Blue #193E68
Tints of Regal Blue #193E68
RGB
CMYK
RGB Variations
Color information
#193E68 (or 0x193E68) is known color: Regal Blue. HEX triplet: 19, 3E and 68. RGB value is (25,62,104). Sum of RGB (Red+Green+Blue) = 25+62+104=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #193E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E68 is #E6C197. Grayscale: #373737. Windows color (decimal): -15122840 or 6831641. OLE color: 6831641.
HSL color Cylindrical-coordinate representation of color #193E68: hue angle of 211.9º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193E68 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 62 | 104 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.59 |
| HSL | 211.9º | 0.61% | 0.25% | - |
| HSV(B) | 211.9º | 0.76% | 0.41% | - |
| XYZ | 4.62 | 4.65 | 13.75 | - |
| YUV | 55.73 | 155.24 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 104 | 0.76 | 0.40 | 0 | 0.59 | 211.9 | 0.61 | 0.25 |
| Hex | 19 | 3E | 68 | 4C | 28 | 0 | 3B | D4 | 3D | 19 |
| Octal | 31 | 76 | 150 | 114 | 50 | 0 | 73 | 324 | 75 | 31 |
| Binary | 11001 | 111110 | 1101000 | 1001100 | 101000 | 0 | 111011 | 11010100 | 111101 | 11001 |
Color Harmonies of #193E68
Complementary color
Monochromatic Colors of #193E68
Black with #193E68
Text Example
Text Example
White with #193E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E68; }
p { color: rgb(25,62,104); }
H1.HeaderClassName
{
color: #193E68;
}
.AnyTagClassName
{
color: #193E68;
}
</style>
background-color css
<style>
a { background-color: #193E68; }
a { background-color: rgb(25,62,104); }
div.DivClassName
{
background-color: #193E68;
}
.BgClassName
{
background-color: #193E68;
}
</style>
border-color css
<style>
span { border-color: #193E68; }
span { border-color: rgb(25,62,104); }
td.TdClassName
{
border-color: #193E68;
}
.TagClassName
{
border-color: #193E68;
}
</style>