Shades of Endeavour #194B93
Tints of Endeavour #194B93
RGB
CMYK
RGB Variations
Color information
#194B93 (or 0x194B93) is known color: Endeavour. HEX triplet: 19, 4B and 93. RGB value is (25,75,147). Sum of RGB (Red+Green+Blue) = 25+75+147=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #194B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194B93 is #E6B46C. Grayscale: #434343. Windows color (decimal): -15119469 or 9653017. OLE color: 9653017.
HSL color Cylindrical-coordinate representation of color #194B93: hue angle of 215.41º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194B93 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 75 | 147 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.42 |
| HSL | 215.41º | 0.71% | 0.34% | - |
| HSV(B) | 215.41º | 0.83% | 0.58% | - |
| XYZ | 8.18 | 7.35 | 28.59 | - |
| YUV | 68.26 | 172.44 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 147 | 0.83 | 0.49 | 0 | 0.42 | 215.41 | 0.71 | 0.34 |
| Hex | 19 | 4B | 93 | 53 | 31 | 0 | 2A | D7 | 47 | 22 |
| Octal | 31 | 113 | 223 | 123 | 61 | 0 | 52 | 327 | 107 | 42 |
| Binary | 11001 | 1001011 | 10010011 | 1010011 | 110001 | 0 | 101010 | 11010111 | 1000111 | 100010 |
Color Harmonies of #194B93
Complementary color
Monochromatic Colors of #194B93
Black with #194B93
Text Example
Text Example
White with #194B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B93; }
p { color: rgb(25,75,147); }
H1.HeaderClassName
{
color: #194B93;
}
.AnyTagClassName
{
color: #194B93;
}
</style>
background-color css
<style>
a { background-color: #194B93; }
a { background-color: rgb(25,75,147); }
div.DivClassName
{
background-color: #194B93;
}
.BgClassName
{
background-color: #194B93;
}
</style>
border-color css
<style>
span { border-color: #194B93; }
span { border-color: rgb(25,75,147); }
td.TdClassName
{
border-color: #194B93;
}
.TagClassName
{
border-color: #194B93;
}
</style>