Shades of Regal Blue #193E64
Tints of Regal Blue #193E64
RGB
CMYK
RGB Variations
Color information
#193E64 (or 0x193E64) is known color: Regal Blue. HEX triplet: 19, 3E and 64. RGB value is (25,62,100). Sum of RGB (Red+Green+Blue) = 25+62+100=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #193E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E64 is #E6C19B. Grayscale: #373737. Windows color (decimal): -15122844 or 6569497. OLE color: 6569497.
HSL color Cylindrical-coordinate representation of color #193E64: hue angle of 210.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193E64 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 62 | 100 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.61 |
| HSL | 210.4º | 0.6% | 0.25% | - |
| HSV(B) | 210.4º | 0.75% | 0.39% | - |
| XYZ | 4.42 | 4.57 | 12.71 | - |
| YUV | 55.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 100 | 0.75 | 0.38 | 0 | 0.61 | 210.4 | 0.6 | 0.25 |
| Hex | 19 | 3E | 64 | 4B | 26 | 0 | 3D | D2 | 3C | 19 |
| Octal | 31 | 76 | 144 | 113 | 46 | 0 | 75 | 322 | 74 | 31 |
| Binary | 11001 | 111110 | 1100100 | 1001011 | 100110 | 0 | 111101 | 11010010 | 111100 | 11001 |
Color Harmonies of #193E64
Complementary color
Monochromatic Colors of #193E64
Black with #193E64
Text Example
Text Example
White with #193E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E64; }
p { color: rgb(25,62,100); }
H1.HeaderClassName
{
color: #193E64;
}
.AnyTagClassName
{
color: #193E64;
}
</style>
background-color css
<style>
a { background-color: #193E64; }
a { background-color: rgb(25,62,100); }
div.DivClassName
{
background-color: #193E64;
}
.BgClassName
{
background-color: #193E64;
}
</style>
border-color css
<style>
span { border-color: #193E64; }
span { border-color: rgb(25,62,100); }
td.TdClassName
{
border-color: #193E64;
}
.TagClassName
{
border-color: #193E64;
}
</style>