Shades of Endeavour #1F5396
Tints of Endeavour #1F5396
RGB
CMYK
RGB Variations
Color information
#1F5396 (or 0x1F5396) is known color: Endeavour. HEX triplet: 1F, 53 and 96. RGB value is (31,83,150). Sum of RGB (Red+Green+Blue) = 31+83+150=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F5396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5396 is #E0AC69. Grayscale: #4A4A4A. Windows color (decimal): -14724202 or 9851679. OLE color: 9851679.
HSL color Cylindrical-coordinate representation of color #1F5396: hue angle of 213.78º 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 #1F5396 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 83 | 150 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.41 |
| HSL | 213.78º | 0.66% | 0.35% | - |
| HSV(B) | 213.78º | 0.79% | 0.59% | - |
| XYZ | 9.16 | 8.68 | 30.05 | - |
| YUV | 75.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 150 | 0.79 | 0.45 | 0 | 0.41 | 213.78 | 0.66 | 0.35 |
| Hex | 1F | 53 | 96 | 4F | 2D | 0 | 29 | D6 | 42 | 23 |
| Octal | 37 | 123 | 226 | 117 | 55 | 0 | 51 | 326 | 102 | 43 |
| Binary | 11111 | 1010011 | 10010110 | 1001111 | 101101 | 0 | 101001 | 11010110 | 1000010 | 100011 |
Color Harmonies of #1F5396
Complementary color
Monochromatic Colors of #1F5396
Black with #1F5396
Text Example
Text Example
White with #1F5396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5396; }
p { color: rgb(31,83,150); }
H1.HeaderClassName
{
color: #1F5396;
}
.AnyTagClassName
{
color: #1F5396;
}
</style>
background-color css
<style>
a { background-color: #1F5396; }
a { background-color: rgb(31,83,150); }
div.DivClassName
{
background-color: #1F5396;
}
.BgClassName
{
background-color: #1F5396;
}
</style>
border-color css
<style>
span { border-color: #1F5396; }
span { border-color: rgb(31,83,150); }
td.TdClassName
{
border-color: #1F5396;
}
.TagClassName
{
border-color: #1F5396;
}
</style>