Shades of Endeavour #1B548B
Tints of Endeavour #1B548B
RGB
CMYK
RGB Variations
Color information
#1B548B (or 0x1B548B) is known color: Endeavour. HEX triplet: 1B, 54 and 8B. RGB value is (27,84,139). Sum of RGB (Red+Green+Blue) = 27+84+139=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B548B is #E4AB74. Grayscale: #484848. Windows color (decimal): -14986101 or 9131035. OLE color: 9131035.
HSL color Cylindrical-coordinate representation of color #1B548B: hue angle of 209.46º degrees, saturation: 0.67, 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 #1B548B is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 84 | 139 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.45 |
| HSL | 209.46º | 0.67% | 0.33% | - |
| HSV(B) | 209.46º | 0.81% | 0.55% | - |
| XYZ | 8.28 | 8.44 | 25.62 | - |
| YUV | 73.23 | 165.12 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 139 | 0.81 | 0.40 | 0 | 0.45 | 209.46 | 0.67 | 0.33 |
| Hex | 1B | 54 | 8B | 51 | 28 | 0 | 2D | D1 | 43 | 21 |
| Octal | 33 | 124 | 213 | 121 | 50 | 0 | 55 | 321 | 103 | 41 |
| Binary | 11011 | 1010100 | 10001011 | 1010001 | 101000 | 0 | 101101 | 11010001 | 1000011 | 100001 |
Color Harmonies of #1B548B
Complementary color
Monochromatic Colors of #1B548B
Black with #1B548B
Text Example
Text Example
White with #1B548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B548B; }
p { color: rgb(27,84,139); }
H1.HeaderClassName
{
color: #1B548B;
}
.AnyTagClassName
{
color: #1B548B;
}
</style>
background-color css
<style>
a { background-color: #1B548B; }
a { background-color: rgb(27,84,139); }
div.DivClassName
{
background-color: #1B548B;
}
.BgClassName
{
background-color: #1B548B;
}
</style>
border-color css
<style>
span { border-color: #1B548B; }
span { border-color: rgb(27,84,139); }
td.TdClassName
{
border-color: #1B548B;
}
.TagClassName
{
border-color: #1B548B;
}
</style>