Shades of Endeavour #174D94
Tints of Endeavour #174D94
RGB
CMYK
RGB Variations
Color information
#174D94 (or 0x174D94) is known color: Endeavour. HEX triplet: 17, 4D and 94. RGB value is (23,77,148). Sum of RGB (Red+Green+Blue) = 23+77+148=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #174D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174D94 is #E8B26B. Grayscale: #444444. Windows color (decimal): -15250028 or 9719063. OLE color: 9719063.
HSL color Cylindrical-coordinate representation of color #174D94: hue angle of 214.08º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #174D94 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 77 | 148 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.42 |
| HSL | 214.08º | 0.73% | 0.34% | - |
| HSV(B) | 214.08º | 0.84% | 0.58% | - |
| XYZ | 8.35 | 7.63 | 29.05 | - |
| YUV | 68.95 | 172.61 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 148 | 0.84 | 0.48 | 0 | 0.42 | 214.08 | 0.73 | 0.34 |
| Hex | 17 | 4D | 94 | 54 | 30 | 0 | 2A | D6 | 49 | 22 |
| Octal | 27 | 115 | 224 | 124 | 60 | 0 | 52 | 326 | 111 | 42 |
| Binary | 10111 | 1001101 | 10010100 | 1010100 | 110000 | 0 | 101010 | 11010110 | 1001001 | 100010 |
Color Harmonies of #174D94
Complementary color
Monochromatic Colors of #174D94
Black with #174D94
Text Example
Text Example
White with #174D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D94; }
p { color: rgb(23,77,148); }
H1.HeaderClassName
{
color: #174D94;
}
.AnyTagClassName
{
color: #174D94;
}
</style>
background-color css
<style>
a { background-color: #174D94; }
a { background-color: rgb(23,77,148); }
div.DivClassName
{
background-color: #174D94;
}
.BgClassName
{
background-color: #174D94;
}
</style>
border-color css
<style>
span { border-color: #174D94; }
span { border-color: rgb(23,77,148); }
td.TdClassName
{
border-color: #174D94;
}
.TagClassName
{
border-color: #174D94;
}
</style>