Shades of Endeavour #1F4799
Tints of Endeavour #1F4799
RGB
CMYK
RGB Variations
Color information
#1F4799 (or 0x1F4799) is known color: Endeavour. HEX triplet: 1F, 47 and 99. RGB value is (31,71,153). Sum of RGB (Red+Green+Blue) = 31+71+153=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F4799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4799 is #E0B866. Grayscale: #444444. Windows color (decimal): -14727271 or 10045215. OLE color: 10045215.
HSL color Cylindrical-coordinate representation of color #1F4799: hue angle of 220.33º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F4799 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 71 | 153 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.4 |
| HSL | 220.33º | 0.66% | 0.36% | - |
| HSV(B) | 220.33º | 0.8% | 0.6% | - |
| XYZ | 8.57 | 7.1 | 31.06 | - |
| YUV | 68.39 | 175.75 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 153 | 0.80 | 0.54 | 0 | 0.4 | 220.33 | 0.66 | 0.36 |
| Hex | 1F | 47 | 99 | 50 | 36 | 0 | 28 | DC | 42 | 24 |
| Octal | 37 | 107 | 231 | 120 | 66 | 0 | 50 | 334 | 102 | 44 |
| Binary | 11111 | 1000111 | 10011001 | 1010000 | 110110 | 0 | 101000 | 11011100 | 1000010 | 100100 |
Color Harmonies of #1F4799
Complementary color
Monochromatic Colors of #1F4799
Black with #1F4799
Text Example
Text Example
White with #1F4799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4799; }
p { color: rgb(31,71,153); }
H1.HeaderClassName
{
color: #1F4799;
}
.AnyTagClassName
{
color: #1F4799;
}
</style>
background-color css
<style>
a { background-color: #1F4799; }
a { background-color: rgb(31,71,153); }
div.DivClassName
{
background-color: #1F4799;
}
.BgClassName
{
background-color: #1F4799;
}
</style>
border-color css
<style>
span { border-color: #1F4799; }
span { border-color: rgb(31,71,153); }
td.TdClassName
{
border-color: #1F4799;
}
.TagClassName
{
border-color: #1F4799;
}
</style>