Shades of Regal Blue #193650
Tints of Regal Blue #193650
RGB
CMYK
RGB Variations
Color information
#193650 (or 0x193650) is known color: Regal Blue. HEX triplet: 19, 36 and 50. RGB value is (25,54,80). Sum of RGB (Red+Green+Blue) = 25+54+80=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #193650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193650 is #E6C9AF. Grayscale: #303030. Windows color (decimal): -15124912 or 5256729. OLE color: 5256729.
HSL color Cylindrical-coordinate representation of color #193650: hue angle of 208.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193650 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 54 | 80 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.69 |
| HSL | 208.36º | 0.52% | 0.21% | - |
| HSV(B) | 208.36º | 0.69% | 0.31% | - |
| XYZ | 3.17 | 3.42 | 8.08 | - |
| YUV | 48.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 80 | 0.69 | 0.33 | 0 | 0.69 | 208.36 | 0.52 | 0.21 |
| Hex | 19 | 36 | 50 | 45 | 21 | 0 | 45 | D0 | 34 | 15 |
| Octal | 31 | 66 | 120 | 105 | 41 | 0 | 105 | 320 | 64 | 25 |
| Binary | 11001 | 110110 | 1010000 | 1000101 | 100001 | 0 | 1000101 | 11010000 | 110100 | 10101 |
Color Harmonies of #193650
Complementary color
Monochromatic Colors of #193650
Black with #193650
Text Example
Text Example
White with #193650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193650; }
p { color: rgb(25,54,80); }
H1.HeaderClassName
{
color: #193650;
}
.AnyTagClassName
{
color: #193650;
}
</style>
background-color css
<style>
a { background-color: #193650; }
a { background-color: rgb(25,54,80); }
div.DivClassName
{
background-color: #193650;
}
.BgClassName
{
background-color: #193650;
}
</style>
border-color css
<style>
span { border-color: #193650; }
span { border-color: rgb(25,54,80); }
td.TdClassName
{
border-color: #193650;
}
.TagClassName
{
border-color: #193650;
}
</style>