Shades of Endeavour #1A488C
Tints of Endeavour #1A488C
RGB
CMYK
RGB Variations
Color information
#1A488C (or 0x1A488C) is known color: Endeavour. HEX triplet: 1A, 48 and 8C. RGB value is (26,72,140). Sum of RGB (Red+Green+Blue) = 26+72+140=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A488C is #E5B773. Grayscale: #414141. Windows color (decimal): -15054708 or 9193498. OLE color: 9193498.
HSL color Cylindrical-coordinate representation of color #1A488C: hue angle of 215.79º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A488C is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 72 | 140 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.45 |
| HSL | 215.79º | 0.69% | 0.33% | - |
| HSV(B) | 215.79º | 0.81% | 0.55% | - |
| XYZ | 7.48 | 6.75 | 25.72 | - |
| YUV | 66 | 169.76 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 140 | 0.81 | 0.49 | 0 | 0.45 | 215.79 | 0.69 | 0.33 |
| Hex | 1A | 48 | 8C | 51 | 31 | 0 | 2D | D8 | 45 | 21 |
| Octal | 32 | 110 | 214 | 121 | 61 | 0 | 55 | 330 | 105 | 41 |
| Binary | 11010 | 1001000 | 10001100 | 1010001 | 110001 | 0 | 101101 | 11011000 | 1000101 | 100001 |
Color Harmonies of #1A488C
Complementary color
Monochromatic Colors of #1A488C
Black with #1A488C
Text Example
Text Example
White with #1A488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A488C; }
p { color: rgb(26,72,140); }
H1.HeaderClassName
{
color: #1A488C;
}
.AnyTagClassName
{
color: #1A488C;
}
</style>
background-color css
<style>
a { background-color: #1A488C; }
a { background-color: rgb(26,72,140); }
div.DivClassName
{
background-color: #1A488C;
}
.BgClassName
{
background-color: #1A488C;
}
</style>
border-color css
<style>
span { border-color: #1A488C; }
span { border-color: rgb(26,72,140); }
td.TdClassName
{
border-color: #1A488C;
}
.TagClassName
{
border-color: #1A488C;
}
</style>