Shades of Endeavour #1F5488
Tints of Endeavour #1F5488
RGB
CMYK
RGB Variations
Color information
#1F5488 (or 0x1F5488) is known color: Endeavour. HEX triplet: 1F, 54 and 88. RGB value is (31,84,136). Sum of RGB (Red+Green+Blue) = 31+84+136=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F5488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5488 is #E0AB77. Grayscale: #494949. Windows color (decimal): -14723960 or 8934431. OLE color: 8934431.
HSL color Cylindrical-coordinate representation of color #1F5488: hue angle of 209.71º 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 #1F5488 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 84 | 136 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.47 |
| HSL | 209.71º | 0.63% | 0.33% | - |
| HSV(B) | 209.71º | 0.77% | 0.53% | - |
| XYZ | 8.18 | 8.41 | 24.48 | - |
| YUV | 74.08 | 162.94 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 136 | 0.77 | 0.38 | 0 | 0.47 | 209.71 | 0.63 | 0.33 |
| Hex | 1F | 54 | 88 | 4D | 26 | 0 | 2F | D2 | 3F | 21 |
| Octal | 37 | 124 | 210 | 115 | 46 | 0 | 57 | 322 | 77 | 41 |
| Binary | 11111 | 1010100 | 10001000 | 1001101 | 100110 | 0 | 101111 | 11010010 | 111111 | 100001 |
Color Harmonies of #1F5488
Complementary color
Monochromatic Colors of #1F5488
Black with #1F5488
Text Example
Text Example
White with #1F5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5488; }
p { color: rgb(31,84,136); }
H1.HeaderClassName
{
color: #1F5488;
}
.AnyTagClassName
{
color: #1F5488;
}
</style>
background-color css
<style>
a { background-color: #1F5488; }
a { background-color: rgb(31,84,136); }
div.DivClassName
{
background-color: #1F5488;
}
.BgClassName
{
background-color: #1F5488;
}
</style>
border-color css
<style>
span { border-color: #1F5488; }
span { border-color: rgb(31,84,136); }
td.TdClassName
{
border-color: #1F5488;
}
.TagClassName
{
border-color: #1F5488;
}
</style>