Shades of Endeavour #1F4C9A
Tints of Endeavour #1F4C9A
RGB
CMYK
RGB Variations
Color information
#1F4C9A (or 0x1F4C9A) is known color: Endeavour. HEX triplet: 1F, 4C and 9A. RGB value is (31,76,154). Sum of RGB (Red+Green+Blue) = 31+76+154=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F4C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4C9A is #E0B365. Grayscale: #474747. Windows color (decimal): -14725990 or 10112031. OLE color: 10112031.
HSL color Cylindrical-coordinate representation of color #1F4C9A: hue angle of 218.05º 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 #1F4C9A is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 76 | 154 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.40 |
| HSL | 218.05º | 0.66% | 0.36% | - |
| HSV(B) | 218.05º | 0.8% | 0.6% | - |
| XYZ | 8.98 | 7.79 | 31.6 | - |
| YUV | 71.44 | 174.59 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 154 | 0.80 | 0.51 | 0 | 0.40 | 218.05 | 0.66 | 0.36 |
| Hex | 1F | 4C | 9A | 50 | 33 | 0 | 28 | DA | 42 | 24 |
| Octal | 37 | 114 | 232 | 120 | 63 | 0 | 50 | 332 | 102 | 44 |
| Binary | 11111 | 1001100 | 10011010 | 1010000 | 110011 | 0 | 101000 | 11011010 | 1000010 | 100100 |
Color Harmonies of #1F4C9A
Complementary color
Monochromatic Colors of #1F4C9A
Black with #1F4C9A
Text Example
Text Example
White with #1F4C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4C9A; }
p { color: rgb(31,76,154); }
H1.HeaderClassName
{
color: #1F4C9A;
}
.AnyTagClassName
{
color: #1F4C9A;
}
</style>
background-color css
<style>
a { background-color: #1F4C9A; }
a { background-color: rgb(31,76,154); }
div.DivClassName
{
background-color: #1F4C9A;
}
.BgClassName
{
background-color: #1F4C9A;
}
</style>
border-color css
<style>
span { border-color: #1F4C9A; }
span { border-color: rgb(31,76,154); }
td.TdClassName
{
border-color: #1F4C9A;
}
.TagClassName
{
border-color: #1F4C9A;
}
</style>