Shades of Endeavour #174F89
Tints of Endeavour #174F89
RGB
CMYK
RGB Variations
Color information
#174F89 (or 0x174F89) is known color: Endeavour. HEX triplet: 17, 4F and 89. RGB value is (23,79,137). Sum of RGB (Red+Green+Blue) = 23+79+137=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #174F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174F89 is #E8B076. Grayscale: #444444. Windows color (decimal): -15249527 or 8998679. OLE color: 8998679.
HSL color Cylindrical-coordinate representation of color #174F89: hue angle of 210.53º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #174F89 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 79 | 137 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.46 |
| HSL | 210.53º | 0.71% | 0.31% | - |
| HSV(B) | 210.53º | 0.83% | 0.54% | - |
| XYZ | 7.66 | 7.58 | 24.73 | - |
| YUV | 68.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 79 | 137 | 0.83 | 0.42 | 0 | 0.46 | 210.53 | 0.71 | 0.31 |
| Hex | 17 | 4F | 89 | 53 | 2A | 0 | 2E | D3 | 47 | 1F |
| Octal | 27 | 117 | 211 | 123 | 52 | 0 | 56 | 323 | 107 | 37 |
| Binary | 10111 | 1001111 | 10001001 | 1010011 | 101010 | 0 | 101110 | 11010011 | 1000111 | 11111 |
Color Harmonies of #174F89
Complementary color
Monochromatic Colors of #174F89
Black with #174F89
Text Example
Text Example
White with #174F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174F89; }
p { color: rgb(23,79,137); }
H1.HeaderClassName
{
color: #174F89;
}
.AnyTagClassName
{
color: #174F89;
}
</style>
background-color css
<style>
a { background-color: #174F89; }
a { background-color: rgb(23,79,137); }
div.DivClassName
{
background-color: #174F89;
}
.BgClassName
{
background-color: #174F89;
}
</style>
border-color css
<style>
span { border-color: #174F89; }
span { border-color: rgb(23,79,137); }
td.TdClassName
{
border-color: #174F89;
}
.TagClassName
{
border-color: #174F89;
}
</style>