Shades of Endeavour #1B6599
Tints of Endeavour #1B6599
RGB
CMYK
RGB Variations
Color information
#1B6599 (or 0x1B6599) is known color: Endeavour. HEX triplet: 1B, 65 and 99. RGB value is (27,101,153). Sum of RGB (Red+Green+Blue) = 27+101+153=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B6599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6599 is #E49A66. Grayscale: #545454. Windows color (decimal): -14981735 or 10052891. OLE color: 10052891.
HSL color Cylindrical-coordinate representation of color #1B6599: hue angle of 204.76º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B6599 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 101 | 153 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.4 |
| HSL | 204.76º | 0.7% | 0.35% | - |
| HSV(B) | 204.76º | 0.82% | 0.6% | - |
| XYZ | 10.86 | 11.84 | 31.85 | - |
| YUV | 84.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 153 | 0.82 | 0.34 | 0 | 0.4 | 204.76 | 0.7 | 0.35 |
| Hex | 1B | 65 | 99 | 52 | 22 | 0 | 28 | CD | 46 | 23 |
| Octal | 33 | 145 | 231 | 122 | 42 | 0 | 50 | 315 | 106 | 43 |
| Binary | 11011 | 1100101 | 10011001 | 1010010 | 100010 | 0 | 101000 | 11001101 | 1000110 | 100011 |
Color Harmonies of #1B6599
Complementary color
Monochromatic Colors of #1B6599
Black with #1B6599
Text Example
Text Example
White with #1B6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6599; }
p { color: rgb(27,101,153); }
H1.HeaderClassName
{
color: #1B6599;
}
.AnyTagClassName
{
color: #1B6599;
}
</style>
background-color css
<style>
a { background-color: #1B6599; }
a { background-color: rgb(27,101,153); }
div.DivClassName
{
background-color: #1B6599;
}
.BgClassName
{
background-color: #1B6599;
}
</style>
border-color css
<style>
span { border-color: #1B6599; }
span { border-color: rgb(27,101,153); }
td.TdClassName
{
border-color: #1B6599;
}
.TagClassName
{
border-color: #1B6599;
}
</style>