Shades of Endeavour #1B4D8D
Tints of Endeavour #1B4D8D
RGB
CMYK
RGB Variations
Color information
#1B4D8D (or 0x1B4D8D) is known color: Endeavour. HEX triplet: 1B, 4D and 8D. RGB value is (27,77,141). Sum of RGB (Red+Green+Blue) = 27+77+141=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B4D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4D8D is #E4B272. Grayscale: #454545. Windows color (decimal): -14987891 or 9260315. OLE color: 9260315.
HSL color Cylindrical-coordinate representation of color #1B4D8D: hue angle of 213.68º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B4D8D is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 77 | 141 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.45 |
| HSL | 213.68º | 0.68% | 0.33% | - |
| HSV(B) | 213.68º | 0.81% | 0.55% | - |
| XYZ | 7.91 | 7.46 | 26.22 | - |
| YUV | 69.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 141 | 0.81 | 0.45 | 0 | 0.45 | 213.68 | 0.68 | 0.33 |
| Hex | 1B | 4D | 8D | 51 | 2D | 0 | 2D | D6 | 44 | 21 |
| Octal | 33 | 115 | 215 | 121 | 55 | 0 | 55 | 326 | 104 | 41 |
| Binary | 11011 | 1001101 | 10001101 | 1010001 | 101101 | 0 | 101101 | 11010110 | 1000100 | 100001 |
Color Harmonies of #1B4D8D
Complementary color
Monochromatic Colors of #1B4D8D
Black with #1B4D8D
Text Example
Text Example
White with #1B4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4D8D; }
p { color: rgb(27,77,141); }
H1.HeaderClassName
{
color: #1B4D8D;
}
.AnyTagClassName
{
color: #1B4D8D;
}
</style>
background-color css
<style>
a { background-color: #1B4D8D; }
a { background-color: rgb(27,77,141); }
div.DivClassName
{
background-color: #1B4D8D;
}
.BgClassName
{
background-color: #1B4D8D;
}
</style>
border-color css
<style>
span { border-color: #1B4D8D; }
span { border-color: rgb(27,77,141); }
td.TdClassName
{
border-color: #1B4D8D;
}
.TagClassName
{
border-color: #1B4D8D;
}
</style>