Shades of Endeavour #175299
Tints of Endeavour #175299
RGB
CMYK
RGB Variations
Color information
#175299 (or 0x175299) is known color: Endeavour. HEX triplet: 17, 52 and 99. RGB value is (23,82,153). Sum of RGB (Red+Green+Blue) = 23+82+153=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #175299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175299 is #E8AD66. Grayscale: #484848. Windows color (decimal): -15248743 or 10048023. OLE color: 10048023.
HSL color Cylindrical-coordinate representation of color #175299: hue angle of 212.77º 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 #175299 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 82 | 153 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.4 |
| HSL | 212.77º | 0.74% | 0.35% | - |
| HSV(B) | 212.77º | 0.85% | 0.6% | - |
| XYZ | 9.12 | 8.52 | 31.3 | - |
| YUV | 72.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 153 | 0.85 | 0.46 | 0 | 0.4 | 212.77 | 0.74 | 0.35 |
| Hex | 17 | 52 | 99 | 55 | 2E | 0 | 28 | D5 | 4A | 23 |
| Octal | 27 | 122 | 231 | 125 | 56 | 0 | 50 | 325 | 112 | 43 |
| Binary | 10111 | 1010010 | 10011001 | 1010101 | 101110 | 0 | 101000 | 11010101 | 1001010 | 100011 |
Color Harmonies of #175299
Complementary color
Monochromatic Colors of #175299
Black with #175299
Text Example
Text Example
White with #175299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175299; }
p { color: rgb(23,82,153); }
H1.HeaderClassName
{
color: #175299;
}
.AnyTagClassName
{
color: #175299;
}
</style>
background-color css
<style>
a { background-color: #175299; }
a { background-color: rgb(23,82,153); }
div.DivClassName
{
background-color: #175299;
}
.BgClassName
{
background-color: #175299;
}
</style>
border-color css
<style>
span { border-color: #175299; }
span { border-color: rgb(23,82,153); }
td.TdClassName
{
border-color: #175299;
}
.TagClassName
{
border-color: #175299;
}
</style>