Shades of Endeavour #194592
Tints of Endeavour #194592
RGB
CMYK
RGB Variations
Color information
#194592 (or 0x194592) is known color: Endeavour. HEX triplet: 19, 45 and 92. RGB value is (25,69,146). Sum of RGB (Red+Green+Blue) = 25+69+146=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #194592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194592 is #E6BA6D. Grayscale: #404040. Windows color (decimal): -15121006 or 9585945. OLE color: 9585945.
HSL color Cylindrical-coordinate representation of color #194592: hue angle of 218.18º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194592 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 69 | 146 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.43 |
| HSL | 218.18º | 0.71% | 0.34% | - |
| HSV(B) | 218.18º | 0.83% | 0.57% | - |
| XYZ | 7.72 | 6.54 | 28.05 | - |
| YUV | 64.62 | 173.92 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 146 | 0.83 | 0.53 | 0 | 0.43 | 218.18 | 0.71 | 0.34 |
| Hex | 19 | 45 | 92 | 53 | 35 | 0 | 2B | DA | 47 | 22 |
| Octal | 31 | 105 | 222 | 123 | 65 | 0 | 53 | 332 | 107 | 42 |
| Binary | 11001 | 1000101 | 10010010 | 1010011 | 110101 | 0 | 101011 | 11011010 | 1000111 | 100010 |
Color Harmonies of #194592
Complementary color
Monochromatic Colors of #194592
Black with #194592
Text Example
Text Example
White with #194592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194592; }
p { color: rgb(25,69,146); }
H1.HeaderClassName
{
color: #194592;
}
.AnyTagClassName
{
color: #194592;
}
</style>
background-color css
<style>
a { background-color: #194592; }
a { background-color: rgb(25,69,146); }
div.DivClassName
{
background-color: #194592;
}
.BgClassName
{
background-color: #194592;
}
</style>
border-color css
<style>
span { border-color: #194592; }
span { border-color: rgb(25,69,146); }
td.TdClassName
{
border-color: #194592;
}
.TagClassName
{
border-color: #194592;
}
</style>