Shades of Endeavour #1B4A99
Tints of Endeavour #1B4A99
RGB
CMYK
RGB Variations
Color information
#1B4A99 (or 0x1B4A99) is known color: Endeavour. HEX triplet: 1B, 4A and 99. RGB value is (27,74,153). Sum of RGB (Red+Green+Blue) = 27+74+153=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B4A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4A99 is #E4B566. Grayscale: #444444. Windows color (decimal): -14988647 or 10045979. OLE color: 10045979.
HSL color Cylindrical-coordinate representation of color #1B4A99: hue angle of 217.62º 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 #1B4A99 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 74 | 153 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.4 |
| HSL | 217.62º | 0.7% | 0.35% | - |
| HSV(B) | 217.62º | 0.82% | 0.6% | - |
| XYZ | 8.65 | 7.43 | 31.12 | - |
| YUV | 68.95 | 175.43 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 74 | 153 | 0.82 | 0.52 | 0 | 0.4 | 217.62 | 0.7 | 0.35 |
| Hex | 1B | 4A | 99 | 52 | 34 | 0 | 28 | DA | 46 | 23 |
| Octal | 33 | 112 | 231 | 122 | 64 | 0 | 50 | 332 | 106 | 43 |
| Binary | 11011 | 1001010 | 10011001 | 1010010 | 110100 | 0 | 101000 | 11011010 | 1000110 | 100011 |
Color Harmonies of #1B4A99
Complementary color
Monochromatic Colors of #1B4A99
Black with #1B4A99
Text Example
Text Example
White with #1B4A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4A99; }
p { color: rgb(27,74,153); }
H1.HeaderClassName
{
color: #1B4A99;
}
.AnyTagClassName
{
color: #1B4A99;
}
</style>
background-color css
<style>
a { background-color: #1B4A99; }
a { background-color: rgb(27,74,153); }
div.DivClassName
{
background-color: #1B4A99;
}
.BgClassName
{
background-color: #1B4A99;
}
</style>
border-color css
<style>
span { border-color: #1B4A99; }
span { border-color: rgb(27,74,153); }
td.TdClassName
{
border-color: #1B4A99;
}
.TagClassName
{
border-color: #1B4A99;
}
</style>