Shades of Endeavour #1B598D
Tints of Endeavour #1B598D
RGB
CMYK
RGB Variations
Color information
#1B598D (or 0x1B598D) is known color: Endeavour. HEX triplet: 1B, 59 and 8D. RGB value is (27,89,141). Sum of RGB (Red+Green+Blue) = 27+89+141=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B598D is #E4A672. Grayscale: #4C4C4C. Windows color (decimal): -14984819 or 9263387. OLE color: 9263387.
HSL color Cylindrical-coordinate representation of color #1B598D: hue angle of 207.37º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B598D is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 89 | 141 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.45 |
| HSL | 207.37º | 0.68% | 0.33% | - |
| HSV(B) | 207.37º | 0.81% | 0.55% | - |
| XYZ | 8.83 | 9.3 | 26.53 | - |
| YUV | 76.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 141 | 0.81 | 0.37 | 0 | 0.45 | 207.37 | 0.68 | 0.33 |
| Hex | 1B | 59 | 8D | 51 | 25 | 0 | 2D | CF | 44 | 21 |
| Octal | 33 | 131 | 215 | 121 | 45 | 0 | 55 | 317 | 104 | 41 |
| Binary | 11011 | 1011001 | 10001101 | 1010001 | 100101 | 0 | 101101 | 11001111 | 1000100 | 100001 |
Color Harmonies of #1B598D
Complementary color
Monochromatic Colors of #1B598D
Black with #1B598D
Text Example
Text Example
White with #1B598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B598D; }
p { color: rgb(27,89,141); }
H1.HeaderClassName
{
color: #1B598D;
}
.AnyTagClassName
{
color: #1B598D;
}
</style>
background-color css
<style>
a { background-color: #1B598D; }
a { background-color: rgb(27,89,141); }
div.DivClassName
{
background-color: #1B598D;
}
.BgClassName
{
background-color: #1B598D;
}
</style>
border-color css
<style>
span { border-color: #1B598D; }
span { border-color: rgb(27,89,141); }
td.TdClassName
{
border-color: #1B598D;
}
.TagClassName
{
border-color: #1B598D;
}
</style>