Shades of Endeavour #1B4897
Tints of Endeavour #1B4897
RGB
CMYK
RGB Variations
Color information
#1B4897 (or 0x1B4897) is known color: Endeavour. HEX triplet: 1B, 48 and 97. RGB value is (27,72,151). Sum of RGB (Red+Green+Blue) = 27+72+151=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B4897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4897 is #E4B768. Grayscale: #434343. Windows color (decimal): -14989161 or 9914395. OLE color: 9914395.
HSL color Cylindrical-coordinate representation of color #1B4897: hue angle of 218.23º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B4897 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 72 | 151 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.41 |
| HSL | 218.23º | 0.7% | 0.35% | - |
| HSV(B) | 218.23º | 0.82% | 0.59% | - |
| XYZ | 8.36 | 7.1 | 30.21 | - |
| YUV | 67.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 151 | 0.82 | 0.52 | 0 | 0.41 | 218.23 | 0.7 | 0.35 |
| Hex | 1B | 48 | 97 | 52 | 34 | 0 | 29 | DA | 46 | 23 |
| Octal | 33 | 110 | 227 | 122 | 64 | 0 | 51 | 332 | 106 | 43 |
| Binary | 11011 | 1001000 | 10010111 | 1010010 | 110100 | 0 | 101001 | 11011010 | 1000110 | 100011 |
Color Harmonies of #1B4897
Complementary color
Monochromatic Colors of #1B4897
Black with #1B4897
Text Example
Text Example
White with #1B4897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4897; }
p { color: rgb(27,72,151); }
H1.HeaderClassName
{
color: #1B4897;
}
.AnyTagClassName
{
color: #1B4897;
}
</style>
background-color css
<style>
a { background-color: #1B4897; }
a { background-color: rgb(27,72,151); }
div.DivClassName
{
background-color: #1B4897;
}
.BgClassName
{
background-color: #1B4897;
}
</style>
border-color css
<style>
span { border-color: #1B4897; }
span { border-color: rgb(27,72,151); }
td.TdClassName
{
border-color: #1B4897;
}
.TagClassName
{
border-color: #1B4897;
}
</style>