Shades of Endeavour #1B4898
Tints of Endeavour #1B4898
RGB
CMYK
RGB Variations
Color information
#1B4898 (or 0x1B4898) is known color: Endeavour. HEX triplet: 1B, 48 and 98. RGB value is (27,72,152). Sum of RGB (Red+Green+Blue) = 27+72+152=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B4898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4898 is #E4B767. Grayscale: #434343. Windows color (decimal): -14989160 or 9979931. OLE color: 9979931.
HSL color Cylindrical-coordinate representation of color #1B4898: hue angle of 218.4º 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 #1B4898 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 72 | 152 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.40 |
| HSL | 218.4º | 0.7% | 0.35% | - |
| HSV(B) | 218.4º | 0.82% | 0.6% | - |
| XYZ | 8.44 | 7.13 | 30.64 | - |
| YUV | 67.67 | 175.59 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 152 | 0.82 | 0.53 | 0 | 0.40 | 218.4 | 0.7 | 0.35 |
| Hex | 1B | 48 | 98 | 52 | 35 | 0 | 28 | DA | 46 | 23 |
| Octal | 33 | 110 | 230 | 122 | 65 | 0 | 50 | 332 | 106 | 43 |
| Binary | 11011 | 1001000 | 10011000 | 1010010 | 110101 | 0 | 101000 | 11011010 | 1000110 | 100011 |
Color Harmonies of #1B4898
Complementary color
Monochromatic Colors of #1B4898
Black with #1B4898
Text Example
Text Example
White with #1B4898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4898; }
p { color: rgb(27,72,152); }
H1.HeaderClassName
{
color: #1B4898;
}
.AnyTagClassName
{
color: #1B4898;
}
</style>
background-color css
<style>
a { background-color: #1B4898; }
a { background-color: rgb(27,72,152); }
div.DivClassName
{
background-color: #1B4898;
}
.BgClassName
{
background-color: #1B4898;
}
</style>
border-color css
<style>
span { border-color: #1B4898; }
span { border-color: rgb(27,72,152); }
td.TdClassName
{
border-color: #1B4898;
}
.TagClassName
{
border-color: #1B4898;
}
</style>