Shades of Endeavour #1A4C8B
Tints of Endeavour #1A4C8B
RGB
CMYK
RGB Variations
Color information
#1A4C8B (or 0x1A4C8B) is known color: Endeavour. HEX triplet: 1A, 4C and 8B. RGB value is (26,76,139). Sum of RGB (Red+Green+Blue) = 26+76+139=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A4C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4C8B is #E5B374. Grayscale: #434343. Windows color (decimal): -15053685 or 9128986. OLE color: 9128986.
HSL color Cylindrical-coordinate representation of color #1A4C8B: hue angle of 213.45º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A4C8B is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 76 | 139 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.45 |
| HSL | 213.45º | 0.68% | 0.32% | - |
| HSV(B) | 213.45º | 0.81% | 0.55% | - |
| XYZ | 7.67 | 7.25 | 25.42 | - |
| YUV | 68.23 | 167.94 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 76 | 139 | 0.81 | 0.45 | 0 | 0.45 | 213.45 | 0.68 | 0.32 |
| Hex | 1A | 4C | 8B | 51 | 2D | 0 | 2D | D5 | 44 | 20 |
| Octal | 32 | 114 | 213 | 121 | 55 | 0 | 55 | 325 | 104 | 40 |
| Binary | 11010 | 1001100 | 10001011 | 1010001 | 101101 | 0 | 101101 | 11010101 | 1000100 | 100000 |
Color Harmonies of #1A4C8B
Complementary color
Monochromatic Colors of #1A4C8B
Black with #1A4C8B
Text Example
Text Example
White with #1A4C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4C8B; }
p { color: rgb(26,76,139); }
H1.HeaderClassName
{
color: #1A4C8B;
}
.AnyTagClassName
{
color: #1A4C8B;
}
</style>
background-color css
<style>
a { background-color: #1A4C8B; }
a { background-color: rgb(26,76,139); }
div.DivClassName
{
background-color: #1A4C8B;
}
.BgClassName
{
background-color: #1A4C8B;
}
</style>
border-color css
<style>
span { border-color: #1A4C8B; }
span { border-color: rgb(26,76,139); }
td.TdClassName
{
border-color: #1A4C8B;
}
.TagClassName
{
border-color: #1A4C8B;
}
</style>