Shades of Endeavour #1B5E9A
Tints of Endeavour #1B5E9A
RGB
CMYK
RGB Variations
Color information
#1B5E9A (or 0x1B5E9A) is known color: Endeavour. HEX triplet: 1B, 5E and 9A. RGB value is (27,94,154). Sum of RGB (Red+Green+Blue) = 27+94+154=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B5E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5E9A is #E4A165. Grayscale: #505050. Windows color (decimal): -14983526 or 10116635. OLE color: 10116635.
HSL color Cylindrical-coordinate representation of color #1B5E9A: hue angle of 208.35º 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 #1B5E9A is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 94 | 154 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.40 |
| HSL | 208.35º | 0.7% | 0.35% | - |
| HSV(B) | 208.35º | 0.82% | 0.6% | - |
| XYZ | 10.29 | 10.57 | 32.07 | - |
| YUV | 80.81 | 169.3 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 94 | 154 | 0.82 | 0.39 | 0 | 0.40 | 208.35 | 0.7 | 0.35 |
| Hex | 1B | 5E | 9A | 52 | 27 | 0 | 28 | D0 | 46 | 23 |
| Octal | 33 | 136 | 232 | 122 | 47 | 0 | 50 | 320 | 106 | 43 |
| Binary | 11011 | 1011110 | 10011010 | 1010010 | 100111 | 0 | 101000 | 11010000 | 1000110 | 100011 |
Color Harmonies of #1B5E9A
Complementary color
Monochromatic Colors of #1B5E9A
Black with #1B5E9A
Text Example
Text Example
White with #1B5E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5E9A; }
p { color: rgb(27,94,154); }
H1.HeaderClassName
{
color: #1B5E9A;
}
.AnyTagClassName
{
color: #1B5E9A;
}
</style>
background-color css
<style>
a { background-color: #1B5E9A; }
a { background-color: rgb(27,94,154); }
div.DivClassName
{
background-color: #1B5E9A;
}
.BgClassName
{
background-color: #1B5E9A;
}
</style>
border-color css
<style>
span { border-color: #1B5E9A; }
span { border-color: rgb(27,94,154); }
td.TdClassName
{
border-color: #1B5E9A;
}
.TagClassName
{
border-color: #1B5E9A;
}
</style>