Shades of Endeavour #174C99
Tints of Endeavour #174C99
RGB
CMYK
RGB Variations
Color information
#174C99 (or 0x174C99) is known color: Endeavour. HEX triplet: 17, 4C and 99. RGB value is (23,76,153). Sum of RGB (Red+Green+Blue) = 23+76+153=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #174C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174C99 is #E8B366. Grayscale: #444444. Windows color (decimal): -15250279 or 10046487. OLE color: 10046487.
HSL color Cylindrical-coordinate representation of color #174C99: hue angle of 215.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #174C99 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 76 | 153 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.4 |
| HSL | 215.54º | 0.74% | 0.35% | - |
| HSV(B) | 215.54º | 0.85% | 0.6% | - |
| XYZ | 8.69 | 7.65 | 31.16 | - |
| YUV | 68.93 | 175.44 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 153 | 0.85 | 0.50 | 0 | 0.4 | 215.54 | 0.74 | 0.35 |
| Hex | 17 | 4C | 99 | 55 | 32 | 0 | 28 | D8 | 4A | 23 |
| Octal | 27 | 114 | 231 | 125 | 62 | 0 | 50 | 330 | 112 | 43 |
| Binary | 10111 | 1001100 | 10011001 | 1010101 | 110010 | 0 | 101000 | 11011000 | 1001010 | 100011 |
Color Harmonies of #174C99
Complementary color
Monochromatic Colors of #174C99
Black with #174C99
Text Example
Text Example
White with #174C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C99; }
p { color: rgb(23,76,153); }
H1.HeaderClassName
{
color: #174C99;
}
.AnyTagClassName
{
color: #174C99;
}
</style>
background-color css
<style>
a { background-color: #174C99; }
a { background-color: rgb(23,76,153); }
div.DivClassName
{
background-color: #174C99;
}
.BgClassName
{
background-color: #174C99;
}
</style>
border-color css
<style>
span { border-color: #174C99; }
span { border-color: rgb(23,76,153); }
td.TdClassName
{
border-color: #174C99;
}
.TagClassName
{
border-color: #174C99;
}
</style>