Shades of Regal Blue #194069
Tints of Regal Blue #194069
RGB
CMYK
RGB Variations
Color information
#194069 (or 0x194069) is known color: Regal Blue. HEX triplet: 19, 40 and 69. RGB value is (25,64,105). Sum of RGB (Red+Green+Blue) = 25+64+105=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #194069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194069 is #E6BF96. Grayscale: #383838. Windows color (decimal): -15122327 or 6897689. OLE color: 6897689.
HSL color Cylindrical-coordinate representation of color #194069: hue angle of 210.75º 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 #194069 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 64 | 105 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.59 |
| HSL | 210.75º | 0.62% | 0.25% | - |
| HSV(B) | 210.75º | 0.76% | 0.41% | - |
| XYZ | 4.78 | 4.89 | 14.06 | - |
| YUV | 57.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 105 | 0.76 | 0.39 | 0 | 0.59 | 210.75 | 0.62 | 0.25 |
| Hex | 19 | 40 | 69 | 4C | 27 | 0 | 3B | D3 | 3E | 19 |
| Octal | 31 | 100 | 151 | 114 | 47 | 0 | 73 | 323 | 76 | 31 |
| Binary | 11001 | 1000000 | 1101001 | 1001100 | 100111 | 0 | 111011 | 11010011 | 111110 | 11001 |
Color Harmonies of #194069
Complementary color
Monochromatic Colors of #194069
Black with #194069
Text Example
Text Example
White with #194069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194069; }
p { color: rgb(25,64,105); }
H1.HeaderClassName
{
color: #194069;
}
.AnyTagClassName
{
color: #194069;
}
</style>
background-color css
<style>
a { background-color: #194069; }
a { background-color: rgb(25,64,105); }
div.DivClassName
{
background-color: #194069;
}
.BgClassName
{
background-color: #194069;
}
</style>
border-color css
<style>
span { border-color: #194069; }
span { border-color: rgb(25,64,105); }
td.TdClassName
{
border-color: #194069;
}
.TagClassName
{
border-color: #194069;
}
</style>