Shades of Endeavour #194F9F
Tints of Endeavour #194F9F
RGB
CMYK
RGB Variations
Color information
#194F9F (or 0x194F9F) is known color: Endeavour. HEX triplet: 19, 4F and 9F. RGB value is (25,79,159). Sum of RGB (Red+Green+Blue) = 25+79+159=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #194F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194F9F is #E6B060. Grayscale: #474747. Windows color (decimal): -15118433 or 10440473. OLE color: 10440473.
HSL color Cylindrical-coordinate representation of color #194F9F: hue angle of 215.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194F9F is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 79 | 159 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.38 |
| HSL | 215.82º | 0.73% | 0.36% | - |
| HSV(B) | 215.82º | 0.84% | 0.62% | - |
| XYZ | 9.45 | 8.3 | 33.9 | - |
| YUV | 71.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 159 | 0.84 | 0.50 | 0 | 0.38 | 215.82 | 0.73 | 0.36 |
| Hex | 19 | 4F | 9F | 54 | 32 | 0 | 26 | D8 | 49 | 24 |
| Octal | 31 | 117 | 237 | 124 | 62 | 0 | 46 | 330 | 111 | 44 |
| Binary | 11001 | 1001111 | 10011111 | 1010100 | 110010 | 0 | 100110 | 11011000 | 1001001 | 100100 |
Color Harmonies of #194F9F
Complementary color
Monochromatic Colors of #194F9F
Black with #194F9F
Text Example
Text Example
White with #194F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F9F; }
p { color: rgb(25,79,159); }
H1.HeaderClassName
{
color: #194F9F;
}
.AnyTagClassName
{
color: #194F9F;
}
</style>
background-color css
<style>
a { background-color: #194F9F; }
a { background-color: rgb(25,79,159); }
div.DivClassName
{
background-color: #194F9F;
}
.BgClassName
{
background-color: #194F9F;
}
</style>
border-color css
<style>
span { border-color: #194F9F; }
span { border-color: rgb(25,79,159); }
td.TdClassName
{
border-color: #194F9F;
}
.TagClassName
{
border-color: #194F9F;
}
</style>