Shades of Endeavour #194A8B
Tints of Endeavour #194A8B
RGB
CMYK
RGB Variations
Color information
#194A8B (or 0x194A8B) is known color: Endeavour. HEX triplet: 19, 4A and 8B. RGB value is (25,74,139). Sum of RGB (Red+Green+Blue) = 25+74+139=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #194A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A8B is #E6B574. Grayscale: #424242. Windows color (decimal): -15119733 or 9128473. OLE color: 9128473.
HSL color Cylindrical-coordinate representation of color #194A8B: hue angle of 214.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194A8B is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 74 | 139 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.45 |
| HSL | 214.21º | 0.7% | 0.32% | - |
| HSV(B) | 214.21º | 0.82% | 0.55% | - |
| XYZ | 7.51 | 6.97 | 25.38 | - |
| YUV | 66.76 | 168.77 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 139 | 0.82 | 0.47 | 0 | 0.45 | 214.21 | 0.7 | 0.32 |
| Hex | 19 | 4A | 8B | 52 | 2F | 0 | 2D | D6 | 46 | 20 |
| Octal | 31 | 112 | 213 | 122 | 57 | 0 | 55 | 326 | 106 | 40 |
| Binary | 11001 | 1001010 | 10001011 | 1010010 | 101111 | 0 | 101101 | 11010110 | 1000110 | 100000 |
Color Harmonies of #194A8B
Complementary color
Monochromatic Colors of #194A8B
Black with #194A8B
Text Example
Text Example
White with #194A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A8B; }
p { color: rgb(25,74,139); }
H1.HeaderClassName
{
color: #194A8B;
}
.AnyTagClassName
{
color: #194A8B;
}
</style>
background-color css
<style>
a { background-color: #194A8B; }
a { background-color: rgb(25,74,139); }
div.DivClassName
{
background-color: #194A8B;
}
.BgClassName
{
background-color: #194A8B;
}
</style>
border-color css
<style>
span { border-color: #194A8B; }
span { border-color: rgb(25,74,139); }
td.TdClassName
{
border-color: #194A8B;
}
.TagClassName
{
border-color: #194A8B;
}
</style>