Shades of Endeavour #1F558B
Tints of Endeavour #1F558B
RGB
CMYK
RGB Variations
Color information
#1F558B (or 0x1F558B) is known color: Endeavour. HEX triplet: 1F, 55 and 8B. RGB value is (31,85,139). Sum of RGB (Red+Green+Blue) = 31+85+139=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F558B is #E0AA74. Grayscale: #4A4A4A. Windows color (decimal): -14723701 or 9131295. OLE color: 9131295.
HSL color Cylindrical-coordinate representation of color #1F558B: hue angle of 210º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F558B is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 85 | 139 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.45 |
| HSL | 210º | 0.64% | 0.33% | - |
| HSV(B) | 210º | 0.78% | 0.55% | - |
| XYZ | 8.47 | 8.65 | 25.65 | - |
| YUV | 75.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 139 | 0.78 | 0.39 | 0 | 0.45 | 210 | 0.64 | 0.33 |
| Hex | 1F | 55 | 8B | 4E | 27 | 0 | 2D | D2 | 40 | 21 |
| Octal | 37 | 125 | 213 | 116 | 47 | 0 | 55 | 322 | 100 | 41 |
| Binary | 11111 | 1010101 | 10001011 | 1001110 | 100111 | 0 | 101101 | 11010010 | 1000000 | 100001 |
Color Harmonies of #1F558B
Complementary color
Monochromatic Colors of #1F558B
Black with #1F558B
Text Example
Text Example
White with #1F558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F558B; }
p { color: rgb(31,85,139); }
H1.HeaderClassName
{
color: #1F558B;
}
.AnyTagClassName
{
color: #1F558B;
}
</style>
background-color css
<style>
a { background-color: #1F558B; }
a { background-color: rgb(31,85,139); }
div.DivClassName
{
background-color: #1F558B;
}
.BgClassName
{
background-color: #1F558B;
}
</style>
border-color css
<style>
span { border-color: #1F558B; }
span { border-color: rgb(31,85,139); }
td.TdClassName
{
border-color: #1F558B;
}
.TagClassName
{
border-color: #1F558B;
}
</style>