Shades of Endeavour #175E99
Tints of Endeavour #175E99
RGB
CMYK
RGB Variations
Color information
#175E99 (or 0x175E99) is known color: Endeavour. HEX triplet: 17, 5E and 99. RGB value is (23,94,153). Sum of RGB (Red+Green+Blue) = 23+94+153=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #175E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175E99 is #E8A166. Grayscale: #4F4F4F. Windows color (decimal): -15245671 or 10051095. OLE color: 10051095.
HSL color Cylindrical-coordinate representation of color #175E99: hue angle of 207.23º 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 #175E99 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 94 | 153 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.4 |
| HSL | 207.23º | 0.74% | 0.35% | - |
| HSV(B) | 207.23º | 0.85% | 0.6% | - |
| XYZ | 10.11 | 10.49 | 31.63 | - |
| YUV | 79.5 | 169.48 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 153 | 0.85 | 0.39 | 0 | 0.4 | 207.23 | 0.74 | 0.35 |
| Hex | 17 | 5E | 99 | 55 | 27 | 0 | 28 | CF | 4A | 23 |
| Octal | 27 | 136 | 231 | 125 | 47 | 0 | 50 | 317 | 112 | 43 |
| Binary | 10111 | 1011110 | 10011001 | 1010101 | 100111 | 0 | 101000 | 11001111 | 1001010 | 100011 |
Color Harmonies of #175E99
Complementary color
Monochromatic Colors of #175E99
Black with #175E99
Text Example
Text Example
White with #175E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175E99; }
p { color: rgb(23,94,153); }
H1.HeaderClassName
{
color: #175E99;
}
.AnyTagClassName
{
color: #175E99;
}
</style>
background-color css
<style>
a { background-color: #175E99; }
a { background-color: rgb(23,94,153); }
div.DivClassName
{
background-color: #175E99;
}
.BgClassName
{
background-color: #175E99;
}
</style>
border-color css
<style>
span { border-color: #175E99; }
span { border-color: rgb(23,94,153); }
td.TdClassName
{
border-color: #175E99;
}
.TagClassName
{
border-color: #175E99;
}
</style>