Shades of Endeavour #1B4B8B
Tints of Endeavour #1B4B8B
RGB
CMYK
RGB Variations
Color information
#1B4B8B (or 0x1B4B8B) is known color: Endeavour. HEX triplet: 1B, 4B and 8B. RGB value is (27,75,139). Sum of RGB (Red+Green+Blue) = 27+75+139=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B4B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4B8B is #E4B474. Grayscale: #434343. Windows color (decimal): -14988405 or 9128731. OLE color: 9128731.
HSL color Cylindrical-coordinate representation of color #1B4B8B: hue angle of 214.29º 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 #1B4B8B is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 75 | 139 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.45 |
| HSL | 214.29º | 0.67% | 0.33% | - |
| HSV(B) | 214.29º | 0.81% | 0.55% | - |
| XYZ | 7.63 | 7.13 | 25.4 | - |
| YUV | 67.94 | 168.1 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 75 | 139 | 0.81 | 0.46 | 0 | 0.45 | 214.29 | 0.67 | 0.33 |
| Hex | 1B | 4B | 8B | 51 | 2E | 0 | 2D | D6 | 43 | 21 |
| Octal | 33 | 113 | 213 | 121 | 56 | 0 | 55 | 326 | 103 | 41 |
| Binary | 11011 | 1001011 | 10001011 | 1010001 | 101110 | 0 | 101101 | 11010110 | 1000011 | 100001 |
Color Harmonies of #1B4B8B
Complementary color
Monochromatic Colors of #1B4B8B
Black with #1B4B8B
Text Example
Text Example
White with #1B4B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4B8B; }
p { color: rgb(27,75,139); }
H1.HeaderClassName
{
color: #1B4B8B;
}
.AnyTagClassName
{
color: #1B4B8B;
}
</style>
background-color css
<style>
a { background-color: #1B4B8B; }
a { background-color: rgb(27,75,139); }
div.DivClassName
{
background-color: #1B4B8B;
}
.BgClassName
{
background-color: #1B4B8B;
}
</style>
border-color css
<style>
span { border-color: #1B4B8B; }
span { border-color: rgb(27,75,139); }
td.TdClassName
{
border-color: #1B4B8B;
}
.TagClassName
{
border-color: #1B4B8B;
}
</style>