Shades of Endeavour #1F518A
Tints of Endeavour #1F518A
RGB
CMYK
RGB Variations
Color information
#1F518A (or 0x1F518A) is known color: Endeavour. HEX triplet: 1F, 51 and 8A. RGB value is (31,81,138). Sum of RGB (Red+Green+Blue) = 31+81+138=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F518A is #E0AE75. Grayscale: #484848. Windows color (decimal): -14724726 or 9064735. OLE color: 9064735.
HSL color Cylindrical-coordinate representation of color #1F518A: hue angle of 211.96º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F518A is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 81 | 138 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.46 |
| HSL | 211.96º | 0.63% | 0.33% | - |
| HSV(B) | 211.96º | 0.78% | 0.54% | - |
| XYZ | 8.09 | 8.01 | 25.16 | - |
| YUV | 72.55 | 164.94 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 138 | 0.78 | 0.41 | 0 | 0.46 | 211.96 | 0.63 | 0.33 |
| Hex | 1F | 51 | 8A | 4E | 29 | 0 | 2E | D4 | 3F | 21 |
| Octal | 37 | 121 | 212 | 116 | 51 | 0 | 56 | 324 | 77 | 41 |
| Binary | 11111 | 1010001 | 10001010 | 1001110 | 101001 | 0 | 101110 | 11010100 | 111111 | 100001 |
Color Harmonies of #1F518A
Complementary color
Monochromatic Colors of #1F518A
Black with #1F518A
Text Example
Text Example
White with #1F518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F518A; }
p { color: rgb(31,81,138); }
H1.HeaderClassName
{
color: #1F518A;
}
.AnyTagClassName
{
color: #1F518A;
}
</style>
background-color css
<style>
a { background-color: #1F518A; }
a { background-color: rgb(31,81,138); }
div.DivClassName
{
background-color: #1F518A;
}
.BgClassName
{
background-color: #1F518A;
}
</style>
border-color css
<style>
span { border-color: #1F518A; }
span { border-color: rgb(31,81,138); }
td.TdClassName
{
border-color: #1F518A;
}
.TagClassName
{
border-color: #1F518A;
}
</style>