Shades of Endeavour #1F598B
Tints of Endeavour #1F598B
RGB
CMYK
RGB Variations
Color information
#1F598B (or 0x1F598B) is known color: Endeavour. HEX triplet: 1F, 59 and 8B. RGB value is (31,89,139). Sum of RGB (Red+Green+Blue) = 31+89+139=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F598B is #E0A674. Grayscale: #4D4D4D. Windows color (decimal): -14722677 or 9132319. OLE color: 9132319.
HSL color Cylindrical-coordinate representation of color #1F598B: hue angle of 207.78º 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 #1F598B is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 89 | 139 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.45 |
| HSL | 207.78º | 0.64% | 0.33% | - |
| HSV(B) | 207.78º | 0.78% | 0.55% | - |
| XYZ | 8.8 | 9.3 | 25.76 | - |
| YUV | 77.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 139 | 0.78 | 0.36 | 0 | 0.45 | 207.78 | 0.64 | 0.33 |
| Hex | 1F | 59 | 8B | 4E | 24 | 0 | 2D | D0 | 40 | 21 |
| Octal | 37 | 131 | 213 | 116 | 44 | 0 | 55 | 320 | 100 | 41 |
| Binary | 11111 | 1011001 | 10001011 | 1001110 | 100100 | 0 | 101101 | 11010000 | 1000000 | 100001 |
Color Harmonies of #1F598B
Complementary color
Monochromatic Colors of #1F598B
Black with #1F598B
Text Example
Text Example
White with #1F598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F598B; }
p { color: rgb(31,89,139); }
H1.HeaderClassName
{
color: #1F598B;
}
.AnyTagClassName
{
color: #1F598B;
}
</style>
background-color css
<style>
a { background-color: #1F598B; }
a { background-color: rgb(31,89,139); }
div.DivClassName
{
background-color: #1F598B;
}
.BgClassName
{
background-color: #1F598B;
}
</style>
border-color css
<style>
span { border-color: #1F598B; }
span { border-color: rgb(31,89,139); }
td.TdClassName
{
border-color: #1F598B;
}
.TagClassName
{
border-color: #1F598B;
}
</style>