Shades of Endeavour #1F4996
Tints of Endeavour #1F4996
RGB
CMYK
RGB Variations
Color information
#1F4996 (or 0x1F4996) is known color: Endeavour. HEX triplet: 1F, 49 and 96. RGB value is (31,73,150). Sum of RGB (Red+Green+Blue) = 31+73+150=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F4996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4996 is #E0B669. Grayscale: #444444. Windows color (decimal): -14726762 or 9849119. OLE color: 9849119.
HSL color Cylindrical-coordinate representation of color #1F4996: hue angle of 218.82º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F4996 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 73 | 150 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.41 |
| HSL | 218.82º | 0.66% | 0.35% | - |
| HSV(B) | 218.82º | 0.79% | 0.59% | - |
| XYZ | 8.45 | 7.26 | 29.81 | - |
| YUV | 69.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 150 | 0.79 | 0.51 | 0 | 0.41 | 218.82 | 0.66 | 0.35 |
| Hex | 1F | 49 | 96 | 4F | 33 | 0 | 29 | DB | 42 | 23 |
| Octal | 37 | 111 | 226 | 117 | 63 | 0 | 51 | 333 | 102 | 43 |
| Binary | 11111 | 1001001 | 10010110 | 1001111 | 110011 | 0 | 101001 | 11011011 | 1000010 | 100011 |
Color Harmonies of #1F4996
Complementary color
Monochromatic Colors of #1F4996
Black with #1F4996
Text Example
Text Example
White with #1F4996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4996; }
p { color: rgb(31,73,150); }
H1.HeaderClassName
{
color: #1F4996;
}
.AnyTagClassName
{
color: #1F4996;
}
</style>
background-color css
<style>
a { background-color: #1F4996; }
a { background-color: rgb(31,73,150); }
div.DivClassName
{
background-color: #1F4996;
}
.BgClassName
{
background-color: #1F4996;
}
</style>
border-color css
<style>
span { border-color: #1F4996; }
span { border-color: rgb(31,73,150); }
td.TdClassName
{
border-color: #1F4996;
}
.TagClassName
{
border-color: #1F4996;
}
</style>