Shades of Regal Blue #193D67
Tints of Regal Blue #193D67
RGB
CMYK
RGB Variations
Color information
#193D67 (or 0x193D67) is known color: Regal Blue. HEX triplet: 19, 3D and 67. RGB value is (25,61,103). Sum of RGB (Red+Green+Blue) = 25+61+103=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #193D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D67 is #E6C298. Grayscale: #363636. Windows color (decimal): -15123097 or 6765849. OLE color: 6765849.
HSL color Cylindrical-coordinate representation of color #193D67: hue angle of 212.31º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193D67 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 61 | 103 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.60 |
| HSL | 212.31º | 0.61% | 0.25% | - |
| HSV(B) | 212.31º | 0.76% | 0.4% | - |
| XYZ | 4.52 | 4.52 | 13.47 | - |
| YUV | 55.02 | 155.07 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 103 | 0.76 | 0.41 | 0 | 0.60 | 212.31 | 0.61 | 0.25 |
| Hex | 19 | 3D | 67 | 4C | 29 | 0 | 3C | D4 | 3D | 19 |
| Octal | 31 | 75 | 147 | 114 | 51 | 0 | 74 | 324 | 75 | 31 |
| Binary | 11001 | 111101 | 1100111 | 1001100 | 101001 | 0 | 111100 | 11010100 | 111101 | 11001 |
Color Harmonies of #193D67
Complementary color
Monochromatic Colors of #193D67
Black with #193D67
Text Example
Text Example
White with #193D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D67; }
p { color: rgb(25,61,103); }
H1.HeaderClassName
{
color: #193D67;
}
.AnyTagClassName
{
color: #193D67;
}
</style>
background-color css
<style>
a { background-color: #193D67; }
a { background-color: rgb(25,61,103); }
div.DivClassName
{
background-color: #193D67;
}
.BgClassName
{
background-color: #193D67;
}
</style>
border-color css
<style>
span { border-color: #193D67; }
span { border-color: rgb(25,61,103); }
td.TdClassName
{
border-color: #193D67;
}
.TagClassName
{
border-color: #193D67;
}
</style>