Shades of Endeavour #1F5AA3
Tints of Endeavour #1F5AA3
RGB
CMYK
RGB Variations
Color information
#1F5AA3 (or 0x1F5AA3) is known color: Endeavour. HEX triplet: 1F, 5A and A3. RGB value is (31,90,163). Sum of RGB (Red+Green+Blue) = 31+90+163=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 163 (64.06% from 255 or 57.39% from 284); Max value from RGB is 163 - color contains mainly: blue. Hex color #1F5AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5AA3 is #E0A55C. Grayscale: #505050. Windows color (decimal): -14722397 or 10705439. OLE color: 10705439.
HSL color Cylindrical-coordinate representation of color #1F5AA3: hue angle of 213.18º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F5AA3 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 90 | 163 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.36 |
| HSL | 213.18º | 0.68% | 0.38% | - |
| HSV(B) | 213.18º | 0.81% | 0.64% | - |
| XYZ | 10.83 | 10.25 | 36.06 | - |
| YUV | 80.68 | 174.45 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 90 | 163 | 0.81 | 0.45 | 0 | 0.36 | 213.18 | 0.68 | 0.38 |
| Hex | 1F | 5A | A3 | 51 | 2D | 0 | 24 | D5 | 44 | 26 |
| Octal | 37 | 132 | 243 | 121 | 55 | 0 | 44 | 325 | 104 | 46 |
| Binary | 11111 | 1011010 | 10100011 | 1010001 | 101101 | 0 | 100100 | 11010101 | 1000100 | 100110 |
Color Harmonies of #1F5AA3
Complementary color
Monochromatic Colors of #1F5AA3
Black with #1F5AA3
Text Example
Text Example
White with #1F5AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5AA3; }
p { color: rgb(31,90,163); }
H1.HeaderClassName
{
color: #1F5AA3;
}
.AnyTagClassName
{
color: #1F5AA3;
}
</style>
background-color css
<style>
a { background-color: #1F5AA3; }
a { background-color: rgb(31,90,163); }
div.DivClassName
{
background-color: #1F5AA3;
}
.BgClassName
{
background-color: #1F5AA3;
}
</style>
border-color css
<style>
span { border-color: #1F5AA3; }
span { border-color: rgb(31,90,163); }
td.TdClassName
{
border-color: #1F5AA3;
}
.TagClassName
{
border-color: #1F5AA3;
}
</style>