Shades of Endeavour #194C8A
Tints of Endeavour #194C8A
RGB
CMYK
RGB Variations
Color information
#194C8A (or 0x194C8A) is known color: Endeavour. HEX triplet: 19, 4C and 8A. RGB value is (25,76,138). Sum of RGB (Red+Green+Blue) = 25+76+138=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #194C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194C8A is #E6B375. Grayscale: #434343. Windows color (decimal): -15119222 or 9063449. OLE color: 9063449.
HSL color Cylindrical-coordinate representation of color #194C8A: hue angle of 212.92º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194C8A is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 76 | 138 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.46 |
| HSL | 212.92º | 0.69% | 0.32% | - |
| HSV(B) | 212.92º | 0.82% | 0.54% | - |
| XYZ | 7.57 | 7.21 | 25.04 | - |
| YUV | 67.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 138 | 0.82 | 0.45 | 0 | 0.46 | 212.92 | 0.69 | 0.32 |
| Hex | 19 | 4C | 8A | 52 | 2D | 0 | 2E | D5 | 45 | 20 |
| Octal | 31 | 114 | 212 | 122 | 55 | 0 | 56 | 325 | 105 | 40 |
| Binary | 11001 | 1001100 | 10001010 | 1010010 | 101101 | 0 | 101110 | 11010101 | 1000101 | 100000 |
Color Harmonies of #194C8A
Complementary color
Monochromatic Colors of #194C8A
Black with #194C8A
Text Example
Text Example
White with #194C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C8A; }
p { color: rgb(25,76,138); }
H1.HeaderClassName
{
color: #194C8A;
}
.AnyTagClassName
{
color: #194C8A;
}
</style>
background-color css
<style>
a { background-color: #194C8A; }
a { background-color: rgb(25,76,138); }
div.DivClassName
{
background-color: #194C8A;
}
.BgClassName
{
background-color: #194C8A;
}
</style>
border-color css
<style>
span { border-color: #194C8A; }
span { border-color: rgb(25,76,138); }
td.TdClassName
{
border-color: #194C8A;
}
.TagClassName
{
border-color: #194C8A;
}
</style>