Shades of Endeavour #194B90
Tints of Endeavour #194B90
RGB
CMYK
RGB Variations
Color information
#194B90 (or 0x194B90) is known color: Endeavour. HEX triplet: 19, 4B and 90. RGB value is (25,75,144). Sum of RGB (Red+Green+Blue) = 25+75+144=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #194B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194B90 is #E6B46F. Grayscale: #434343. Windows color (decimal): -15119472 or 9456409. OLE color: 9456409.
HSL color Cylindrical-coordinate representation of color #194B90: hue angle of 214.79º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194B90 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 75 | 144 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.44 |
| HSL | 214.79º | 0.7% | 0.33% | - |
| HSV(B) | 214.79º | 0.83% | 0.56% | - |
| XYZ | 7.95 | 7.25 | 27.37 | - |
| YUV | 67.92 | 170.94 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 144 | 0.83 | 0.48 | 0 | 0.44 | 214.79 | 0.7 | 0.33 |
| Hex | 19 | 4B | 90 | 53 | 30 | 0 | 2C | D7 | 46 | 21 |
| Octal | 31 | 113 | 220 | 123 | 60 | 0 | 54 | 327 | 106 | 41 |
| Binary | 11001 | 1001011 | 10010000 | 1010011 | 110000 | 0 | 101100 | 11010111 | 1000110 | 100001 |
Color Harmonies of #194B90
Complementary color
Monochromatic Colors of #194B90
Black with #194B90
Text Example
Text Example
White with #194B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B90; }
p { color: rgb(25,75,144); }
H1.HeaderClassName
{
color: #194B90;
}
.AnyTagClassName
{
color: #194B90;
}
</style>
background-color css
<style>
a { background-color: #194B90; }
a { background-color: rgb(25,75,144); }
div.DivClassName
{
background-color: #194B90;
}
.BgClassName
{
background-color: #194B90;
}
</style>
border-color css
<style>
span { border-color: #194B90; }
span { border-color: rgb(25,75,144); }
td.TdClassName
{
border-color: #194B90;
}
.TagClassName
{
border-color: #194B90;
}
</style>