Shades of Endeavour #1B589F
Tints of Endeavour #1B589F
RGB
CMYK
RGB Variations
Color information
#1B589F (or 0x1B589F) is known color: Endeavour. HEX triplet: 1B, 58 and 9F. RGB value is (27,88,159). Sum of RGB (Red+Green+Blue) = 27+88+159=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B589F is #E4A760. Grayscale: #4D4D4D. Windows color (decimal): -14985057 or 10442779. OLE color: 10442779.
HSL color Cylindrical-coordinate representation of color #1B589F: hue angle of 212.27º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B589F is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 88 | 159 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.38 |
| HSL | 212.27º | 0.71% | 0.36% | - |
| HSV(B) | 212.27º | 0.83% | 0.62% | - |
| XYZ | 10.2 | 9.72 | 34.14 | - |
| YUV | 77.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 88 | 159 | 0.83 | 0.45 | 0 | 0.38 | 212.27 | 0.71 | 0.36 |
| Hex | 1B | 58 | 9F | 53 | 2D | 0 | 26 | D4 | 47 | 24 |
| Octal | 33 | 130 | 237 | 123 | 55 | 0 | 46 | 324 | 107 | 44 |
| Binary | 11011 | 1011000 | 10011111 | 1010011 | 101101 | 0 | 100110 | 11010100 | 1000111 | 100100 |
Color Harmonies of #1B589F
Complementary color
Monochromatic Colors of #1B589F
Black with #1B589F
Text Example
Text Example
White with #1B589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B589F; }
p { color: rgb(27,88,159); }
H1.HeaderClassName
{
color: #1B589F;
}
.AnyTagClassName
{
color: #1B589F;
}
</style>
background-color css
<style>
a { background-color: #1B589F; }
a { background-color: rgb(27,88,159); }
div.DivClassName
{
background-color: #1B589F;
}
.BgClassName
{
background-color: #1B589F;
}
</style>
border-color css
<style>
span { border-color: #1B589F; }
span { border-color: rgb(27,88,159); }
td.TdClassName
{
border-color: #1B589F;
}
.TagClassName
{
border-color: #1B589F;
}
</style>