Shades of Endeavour #194C99
Tints of Endeavour #194C99
RGB
CMYK
RGB Variations
Color information
#194C99 (or 0x194C99) is known color: Endeavour. HEX triplet: 19, 4C and 99. RGB value is (25,76,153). Sum of RGB (Red+Green+Blue) = 25+76+153=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #194C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194C99 is #E6B366. Grayscale: #454545. Windows color (decimal): -15119207 or 10046489. OLE color: 10046489.
HSL color Cylindrical-coordinate representation of color #194C99: hue angle of 216.09º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194C99 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 76 | 153 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.4 |
| HSL | 216.09º | 0.72% | 0.35% | - |
| HSV(B) | 216.09º | 0.84% | 0.6% | - |
| XYZ | 8.74 | 7.68 | 31.16 | - |
| YUV | 69.53 | 175.1 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 153 | 0.84 | 0.50 | 0 | 0.4 | 216.09 | 0.72 | 0.35 |
| Hex | 19 | 4C | 99 | 54 | 32 | 0 | 28 | D8 | 48 | 23 |
| Octal | 31 | 114 | 231 | 124 | 62 | 0 | 50 | 330 | 110 | 43 |
| Binary | 11001 | 1001100 | 10011001 | 1010100 | 110010 | 0 | 101000 | 11011000 | 1001000 | 100011 |
Color Harmonies of #194C99
Complementary color
Monochromatic Colors of #194C99
Black with #194C99
Text Example
Text Example
White with #194C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C99; }
p { color: rgb(25,76,153); }
H1.HeaderClassName
{
color: #194C99;
}
.AnyTagClassName
{
color: #194C99;
}
</style>
background-color css
<style>
a { background-color: #194C99; }
a { background-color: rgb(25,76,153); }
div.DivClassName
{
background-color: #194C99;
}
.BgClassName
{
background-color: #194C99;
}
</style>
border-color css
<style>
span { border-color: #194C99; }
span { border-color: rgb(25,76,153); }
td.TdClassName
{
border-color: #194C99;
}
.TagClassName
{
border-color: #194C99;
}
</style>