Shades of Regal Blue #193F69
Tints of Regal Blue #193F69
RGB
CMYK
RGB Variations
Color information
#193F69 (or 0x193F69) is known color: Regal Blue. HEX triplet: 19, 3F and 69. RGB value is (25,63,105). Sum of RGB (Red+Green+Blue) = 25+63+105=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #193F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F69 is #E6C096. Grayscale: #383838. Windows color (decimal): -15122583 or 6897433. OLE color: 6897433.
HSL color Cylindrical-coordinate representation of color #193F69: hue angle of 211.5º degrees, saturation: 0.62, 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 #193F69 is Cyan = 0.76, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 63 | 105 | - |
| CMYK | 0.76 | 0.4 | 0 | 0.59 |
| HSL | 211.5º | 0.62% | 0.25% | - |
| HSV(B) | 211.5º | 0.76% | 0.41% | - |
| XYZ | 4.73 | 4.78 | 14.04 | - |
| YUV | 56.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 105 | 0.76 | 0.4 | 0 | 0.59 | 211.5 | 0.62 | 0.25 |
| Hex | 19 | 3F | 69 | 4C | 28 | 0 | 3B | D4 | 3E | 19 |
| Octal | 31 | 77 | 151 | 114 | 50 | 0 | 73 | 324 | 76 | 31 |
| Binary | 11001 | 111111 | 1101001 | 1001100 | 101000 | 0 | 111011 | 11010100 | 111110 | 11001 |
Color Harmonies of #193F69
Complementary color
Monochromatic Colors of #193F69
Black with #193F69
Text Example
Text Example
White with #193F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F69; }
p { color: rgb(25,63,105); }
H1.HeaderClassName
{
color: #193F69;
}
.AnyTagClassName
{
color: #193F69;
}
</style>
background-color css
<style>
a { background-color: #193F69; }
a { background-color: rgb(25,63,105); }
div.DivClassName
{
background-color: #193F69;
}
.BgClassName
{
background-color: #193F69;
}
</style>
border-color css
<style>
span { border-color: #193F69; }
span { border-color: rgb(25,63,105); }
td.TdClassName
{
border-color: #193F69;
}
.TagClassName
{
border-color: #193F69;
}
</style>