Shades of Endeavour #1B4996
Tints of Endeavour #1B4996
RGB
CMYK
RGB Variations
Color information
#1B4996 (or 0x1B4996) is known color: Endeavour. HEX triplet: 1B, 49 and 96. RGB value is (27,73,150). Sum of RGB (Red+Green+Blue) = 27+73+150=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #1B4996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4996 is #E4B669. Grayscale: #434343. Windows color (decimal): -14988906 or 9849115. OLE color: 9849115.
HSL color Cylindrical-coordinate representation of color #1B4996: hue angle of 217.56º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B4996 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 73 | 150 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.41 |
| HSL | 217.56º | 0.69% | 0.35% | - |
| HSV(B) | 217.56º | 0.82% | 0.59% | - |
| XYZ | 8.34 | 7.2 | 29.8 | - |
| YUV | 68.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 150 | 0.82 | 0.51 | 0 | 0.41 | 217.56 | 0.69 | 0.35 |
| Hex | 1B | 49 | 96 | 52 | 33 | 0 | 29 | DA | 45 | 23 |
| Octal | 33 | 111 | 226 | 122 | 63 | 0 | 51 | 332 | 105 | 43 |
| Binary | 11011 | 1001001 | 10010110 | 1010010 | 110011 | 0 | 101001 | 11011010 | 1000101 | 100011 |
Color Harmonies of #1B4996
Complementary color
Monochromatic Colors of #1B4996
Black with #1B4996
Text Example
Text Example
White with #1B4996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4996; }
p { color: rgb(27,73,150); }
H1.HeaderClassName
{
color: #1B4996;
}
.AnyTagClassName
{
color: #1B4996;
}
</style>
background-color css
<style>
a { background-color: #1B4996; }
a { background-color: rgb(27,73,150); }
div.DivClassName
{
background-color: #1B4996;
}
.BgClassName
{
background-color: #1B4996;
}
</style>
border-color css
<style>
span { border-color: #1B4996; }
span { border-color: rgb(27,73,150); }
td.TdClassName
{
border-color: #1B4996;
}
.TagClassName
{
border-color: #1B4996;
}
</style>