Shades of Endeavour #1F4B87
Tints of Endeavour #1F4B87
RGB
CMYK
RGB Variations
Color information
#1F4B87 (or 0x1F4B87) is known color: Endeavour. HEX triplet: 1F, 4B and 87. RGB value is (31,75,135). Sum of RGB (Red+Green+Blue) = 31+75+135=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F4B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4B87 is #E0B478. Grayscale: #444444. Windows color (decimal): -14726265 or 8866591. OLE color: 8866591.
HSL color Cylindrical-coordinate representation of color #1F4B87: hue angle of 214.62º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4B87 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 75 | 135 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.47 |
| HSL | 214.62º | 0.63% | 0.33% | - |
| HSV(B) | 214.62º | 0.77% | 0.53% | - |
| XYZ | 7.45 | 7.07 | 23.89 | - |
| YUV | 68.68 | 165.42 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 135 | 0.77 | 0.44 | 0 | 0.47 | 214.62 | 0.63 | 0.33 |
| Hex | 1F | 4B | 87 | 4D | 2C | 0 | 2F | D7 | 3F | 21 |
| Octal | 37 | 113 | 207 | 115 | 54 | 0 | 57 | 327 | 77 | 41 |
| Binary | 11111 | 1001011 | 10000111 | 1001101 | 101100 | 0 | 101111 | 11010111 | 111111 | 100001 |
Color Harmonies of #1F4B87
Complementary color
Monochromatic Colors of #1F4B87
Black with #1F4B87
Text Example
Text Example
White with #1F4B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4B87; }
p { color: rgb(31,75,135); }
H1.HeaderClassName
{
color: #1F4B87;
}
.AnyTagClassName
{
color: #1F4B87;
}
</style>
background-color css
<style>
a { background-color: #1F4B87; }
a { background-color: rgb(31,75,135); }
div.DivClassName
{
background-color: #1F4B87;
}
.BgClassName
{
background-color: #1F4B87;
}
</style>
border-color css
<style>
span { border-color: #1F4B87; }
span { border-color: rgb(31,75,135); }
td.TdClassName
{
border-color: #1F4B87;
}
.TagClassName
{
border-color: #1F4B87;
}
</style>