Shades of Regal Blue #194067
Tints of Regal Blue #194067
RGB
CMYK
RGB Variations
Color information
#194067 (or 0x194067) is known color: Regal Blue. HEX triplet: 19, 40 and 67. RGB value is (25,64,103). Sum of RGB (Red+Green+Blue) = 25+64+103=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #194067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194067 is #E6BF98. Grayscale: #383838. Windows color (decimal): -15122329 or 6766617. OLE color: 6766617.
HSL color Cylindrical-coordinate representation of color #194067: hue angle of 210º 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 #194067 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 64 | 103 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.60 |
| HSL | 210º | 0.61% | 0.25% | - |
| HSV(B) | 210º | 0.76% | 0.4% | - |
| XYZ | 4.68 | 4.85 | 13.52 | - |
| YUV | 56.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 103 | 0.76 | 0.38 | 0 | 0.60 | 210 | 0.61 | 0.25 |
| Hex | 19 | 40 | 67 | 4C | 26 | 0 | 3C | D2 | 3D | 19 |
| Octal | 31 | 100 | 147 | 114 | 46 | 0 | 74 | 322 | 75 | 31 |
| Binary | 11001 | 1000000 | 1100111 | 1001100 | 100110 | 0 | 111100 | 11010010 | 111101 | 11001 |
Color Harmonies of #194067
Complementary color
Monochromatic Colors of #194067
Black with #194067
Text Example
Text Example
White with #194067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194067; }
p { color: rgb(25,64,103); }
H1.HeaderClassName
{
color: #194067;
}
.AnyTagClassName
{
color: #194067;
}
</style>
background-color css
<style>
a { background-color: #194067; }
a { background-color: rgb(25,64,103); }
div.DivClassName
{
background-color: #194067;
}
.BgClassName
{
background-color: #194067;
}
</style>
border-color css
<style>
span { border-color: #194067; }
span { border-color: rgb(25,64,103); }
td.TdClassName
{
border-color: #194067;
}
.TagClassName
{
border-color: #194067;
}
</style>