Shades of Regal Blue #193C60
Tints of Regal Blue #193C60
RGB
CMYK
RGB Variations
Color information
#193C60 (or 0x193C60) is known color: Regal Blue. HEX triplet: 19, 3C and 60. RGB value is (25,60,96). Sum of RGB (Red+Green+Blue) = 25+60+96=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #193C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C60 is #E6C39F. Grayscale: #353535. Windows color (decimal): -15123360 or 6306841. OLE color: 6306841.
HSL color Cylindrical-coordinate representation of color #193C60: hue angle of 210.42º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193C60 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 60 | 96 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.62 |
| HSL | 210.42º | 0.59% | 0.24% | - |
| HSV(B) | 210.42º | 0.74% | 0.38% | - |
| XYZ | 4.13 | 4.28 | 11.68 | - |
| YUV | 53.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 96 | 0.74 | 0.38 | 0 | 0.62 | 210.42 | 0.59 | 0.24 |
| Hex | 19 | 3C | 60 | 4A | 26 | 0 | 3E | D2 | 3B | 18 |
| Octal | 31 | 74 | 140 | 112 | 46 | 0 | 76 | 322 | 73 | 30 |
| Binary | 11001 | 111100 | 1100000 | 1001010 | 100110 | 0 | 111110 | 11010010 | 111011 | 11000 |
Color Harmonies of #193C60
Complementary color
Monochromatic Colors of #193C60
Black with #193C60
Text Example
Text Example
White with #193C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C60; }
p { color: rgb(25,60,96); }
H1.HeaderClassName
{
color: #193C60;
}
.AnyTagClassName
{
color: #193C60;
}
</style>
background-color css
<style>
a { background-color: #193C60; }
a { background-color: rgb(25,60,96); }
div.DivClassName
{
background-color: #193C60;
}
.BgClassName
{
background-color: #193C60;
}
</style>
border-color css
<style>
span { border-color: #193C60; }
span { border-color: rgb(25,60,96); }
td.TdClassName
{
border-color: #193C60;
}
.TagClassName
{
border-color: #193C60;
}
</style>