Shades of Endeavour #1F5BA4
Tints of Endeavour #1F5BA4
RGB
CMYK
RGB Variations
Color information
#1F5BA4 (or 0x1F5BA4) is known color: Endeavour. HEX triplet: 1F, 5B and A4. RGB value is (31,91,164). Sum of RGB (Red+Green+Blue) = 31+91+164=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F5BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5BA4 is #E0A45B. Grayscale: #515151. Windows color (decimal): -14722140 or 10771231. OLE color: 10771231.
HSL color Cylindrical-coordinate representation of color #1F5BA4: hue angle of 212.93º 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 #1F5BA4 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 91 | 164 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.36 |
| HSL | 212.93º | 0.68% | 0.38% | - |
| HSV(B) | 212.93º | 0.81% | 0.64% | - |
| XYZ | 11.01 | 10.45 | 36.56 | - |
| YUV | 81.38 | 174.62 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 164 | 0.81 | 0.45 | 0 | 0.36 | 212.93 | 0.68 | 0.38 |
| Hex | 1F | 5B | A4 | 51 | 2D | 0 | 24 | D5 | 44 | 26 |
| Octal | 37 | 133 | 244 | 121 | 55 | 0 | 44 | 325 | 104 | 46 |
| Binary | 11111 | 1011011 | 10100100 | 1010001 | 101101 | 0 | 100100 | 11010101 | 1000100 | 100110 |
Color Harmonies of #1F5BA4
Complementary color
Monochromatic Colors of #1F5BA4
Black with #1F5BA4
Text Example
Text Example
White with #1F5BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5BA4; }
p { color: rgb(31,91,164); }
H1.HeaderClassName
{
color: #1F5BA4;
}
.AnyTagClassName
{
color: #1F5BA4;
}
</style>
background-color css
<style>
a { background-color: #1F5BA4; }
a { background-color: rgb(31,91,164); }
div.DivClassName
{
background-color: #1F5BA4;
}
.BgClassName
{
background-color: #1F5BA4;
}
</style>
border-color css
<style>
span { border-color: #1F5BA4; }
span { border-color: rgb(31,91,164); }
td.TdClassName
{
border-color: #1F5BA4;
}
.TagClassName
{
border-color: #1F5BA4;
}
</style>