Shades of Endeavour #1F5588
Tints of Endeavour #1F5588
RGB
CMYK
RGB Variations
Color information
#1F5588 (or 0x1F5588) is known color: Endeavour. HEX triplet: 1F, 55 and 88. RGB value is (31,85,136). Sum of RGB (Red+Green+Blue) = 31+85+136=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F5588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5588 is #E0AA77. Grayscale: #4A4A4A. Windows color (decimal): -14723704 or 8934687. OLE color: 8934687.
HSL color Cylindrical-coordinate representation of color #1F5588: hue angle of 209.14º 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 #1F5588 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 85 | 136 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.47 |
| HSL | 209.14º | 0.63% | 0.33% | - |
| HSV(B) | 209.14º | 0.77% | 0.53% | - |
| XYZ | 8.26 | 8.57 | 24.51 | - |
| YUV | 74.67 | 162.61 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 136 | 0.77 | 0.38 | 0 | 0.47 | 209.14 | 0.63 | 0.33 |
| Hex | 1F | 55 | 88 | 4D | 26 | 0 | 2F | D1 | 3F | 21 |
| Octal | 37 | 125 | 210 | 115 | 46 | 0 | 57 | 321 | 77 | 41 |
| Binary | 11111 | 1010101 | 10001000 | 1001101 | 100110 | 0 | 101111 | 11010001 | 111111 | 100001 |
Color Harmonies of #1F5588
Complementary color
Monochromatic Colors of #1F5588
Black with #1F5588
Text Example
Text Example
White with #1F5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5588; }
p { color: rgb(31,85,136); }
H1.HeaderClassName
{
color: #1F5588;
}
.AnyTagClassName
{
color: #1F5588;
}
</style>
background-color css
<style>
a { background-color: #1F5588; }
a { background-color: rgb(31,85,136); }
div.DivClassName
{
background-color: #1F5588;
}
.BgClassName
{
background-color: #1F5588;
}
</style>
border-color css
<style>
span { border-color: #1F5588; }
span { border-color: rgb(31,85,136); }
td.TdClassName
{
border-color: #1F5588;
}
.TagClassName
{
border-color: #1F5588;
}
</style>