Shades of Endeavour #1F4F9B
Tints of Endeavour #1F4F9B
RGB
CMYK
RGB Variations
Color information
#1F4F9B (or 0x1F4F9B) is known color: Endeavour. HEX triplet: 1F, 4F and 9B. RGB value is (31,79,155). Sum of RGB (Red+Green+Blue) = 31+79+155=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F4F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4F9B is #E0B064. Grayscale: #484848. Windows color (decimal): -14725221 or 10178335. OLE color: 10178335.
HSL color Cylindrical-coordinate representation of color #1F4F9B: hue angle of 216.77º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F4F9B is Cyan = 0.8, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 79 | 155 | - |
| CMYK | 0.8 | 0.49 | 0 | 0.39 |
| HSL | 216.77º | 0.67% | 0.36% | - |
| HSV(B) | 216.77º | 0.8% | 0.61% | - |
| XYZ | 9.28 | 8.25 | 32.11 | - |
| YUV | 73.31 | 174.1 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 79 | 155 | 0.8 | 0.49 | 0 | 0.39 | 216.77 | 0.67 | 0.36 |
| Hex | 1F | 4F | 9B | 50 | 31 | 0 | 27 | D9 | 43 | 24 |
| Octal | 37 | 117 | 233 | 120 | 61 | 0 | 47 | 331 | 103 | 44 |
| Binary | 11111 | 1001111 | 10011011 | 1010000 | 110001 | 0 | 100111 | 11011001 | 1000011 | 100100 |
Color Harmonies of #1F4F9B
Complementary color
Monochromatic Colors of #1F4F9B
Black with #1F4F9B
Text Example
Text Example
White with #1F4F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4F9B; }
p { color: rgb(31,79,155); }
H1.HeaderClassName
{
color: #1F4F9B;
}
.AnyTagClassName
{
color: #1F4F9B;
}
</style>
background-color css
<style>
a { background-color: #1F4F9B; }
a { background-color: rgb(31,79,155); }
div.DivClassName
{
background-color: #1F4F9B;
}
.BgClassName
{
background-color: #1F4F9B;
}
</style>
border-color css
<style>
span { border-color: #1F4F9B; }
span { border-color: rgb(31,79,155); }
td.TdClassName
{
border-color: #1F4F9B;
}
.TagClassName
{
border-color: #1F4F9B;
}
</style>