Shades of Endeavour #1F559B
Tints of Endeavour #1F559B
RGB
CMYK
RGB Variations
Color information
#1F559B (or 0x1F559B) is known color: Endeavour. HEX triplet: 1F, 55 and 9B. RGB value is (31,85,155). Sum of RGB (Red+Green+Blue) = 31+85+155=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F559B is #E0AA64. Grayscale: #4C4C4C. Windows color (decimal): -14723685 or 10179871. OLE color: 10179871.
HSL color Cylindrical-coordinate representation of color #1F559B: hue angle of 213.87º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F559B is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 85 | 155 | - |
| CMYK | 0.8 | 0.45 | 0 | 0.39 |
| HSL | 213.87º | 0.67% | 0.36% | - |
| HSV(B) | 213.87º | 0.8% | 0.61% | - |
| XYZ | 9.73 | 9.15 | 32.26 | - |
| YUV | 76.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 155 | 0.8 | 0.45 | 0 | 0.39 | 213.87 | 0.67 | 0.36 |
| Hex | 1F | 55 | 9B | 50 | 2D | 0 | 27 | D6 | 43 | 24 |
| Octal | 37 | 125 | 233 | 120 | 55 | 0 | 47 | 326 | 103 | 44 |
| Binary | 11111 | 1010101 | 10011011 | 1010000 | 101101 | 0 | 100111 | 11010110 | 1000011 | 100100 |
Color Harmonies of #1F559B
Complementary color
Monochromatic Colors of #1F559B
Black with #1F559B
Text Example
Text Example
White with #1F559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F559B; }
p { color: rgb(31,85,155); }
H1.HeaderClassName
{
color: #1F559B;
}
.AnyTagClassName
{
color: #1F559B;
}
</style>
background-color css
<style>
a { background-color: #1F559B; }
a { background-color: rgb(31,85,155); }
div.DivClassName
{
background-color: #1F559B;
}
.BgClassName
{
background-color: #1F559B;
}
</style>
border-color css
<style>
span { border-color: #1F559B; }
span { border-color: rgb(31,85,155); }
td.TdClassName
{
border-color: #1F559B;
}
.TagClassName
{
border-color: #1F559B;
}
</style>