Shades of Endeavour #1F4998
Tints of Endeavour #1F4998
RGB
CMYK
RGB Variations
Color information
#1F4998 (or 0x1F4998) is known color: Endeavour. HEX triplet: 1F, 49 and 98. RGB value is (31,73,152). Sum of RGB (Red+Green+Blue) = 31+73+152=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F4998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4998 is #E0B667. Grayscale: #454545. Windows color (decimal): -14726760 or 9980191. OLE color: 9980191.
HSL color Cylindrical-coordinate representation of color #1F4998: hue angle of 219.17º 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 #1F4998 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 73 | 152 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.40 |
| HSL | 219.17º | 0.66% | 0.36% | - |
| HSV(B) | 219.17º | 0.8% | 0.6% | - |
| XYZ | 8.62 | 7.32 | 30.67 | - |
| YUV | 69.45 | 174.59 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 152 | 0.80 | 0.52 | 0 | 0.40 | 219.17 | 0.66 | 0.36 |
| Hex | 1F | 49 | 98 | 50 | 34 | 0 | 28 | DB | 42 | 24 |
| Octal | 37 | 111 | 230 | 120 | 64 | 0 | 50 | 333 | 102 | 44 |
| Binary | 11111 | 1001001 | 10011000 | 1010000 | 110100 | 0 | 101000 | 11011011 | 1000010 | 100100 |
Color Harmonies of #1F4998
Complementary color
Monochromatic Colors of #1F4998
Black with #1F4998
Text Example
Text Example
White with #1F4998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4998; }
p { color: rgb(31,73,152); }
H1.HeaderClassName
{
color: #1F4998;
}
.AnyTagClassName
{
color: #1F4998;
}
</style>
background-color css
<style>
a { background-color: #1F4998; }
a { background-color: rgb(31,73,152); }
div.DivClassName
{
background-color: #1F4998;
}
.BgClassName
{
background-color: #1F4998;
}
</style>
border-color css
<style>
span { border-color: #1F4998; }
span { border-color: rgb(31,73,152); }
td.TdClassName
{
border-color: #1F4998;
}
.TagClassName
{
border-color: #1F4998;
}
</style>