Shades of Endeavour #1A5398
Tints of Endeavour #1A5398
RGB
CMYK
RGB Variations
Color information
#1A5398 (or 0x1A5398) is known color: Endeavour. HEX triplet: 1A, 53 and 98. RGB value is (26,83,152). Sum of RGB (Red+Green+Blue) = 26+83+152=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A5398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5398 is #E5AC67. Grayscale: #494949. Windows color (decimal): -15051880 or 9982746. OLE color: 9982746.
HSL color Cylindrical-coordinate representation of color #1A5398: hue angle of 212.86º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A5398 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 83 | 152 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.40 |
| HSL | 212.86º | 0.71% | 0.35% | - |
| HSV(B) | 212.86º | 0.83% | 0.6% | - |
| XYZ | 9.19 | 8.67 | 30.9 | - |
| YUV | 73.82 | 172.12 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 152 | 0.83 | 0.45 | 0 | 0.40 | 212.86 | 0.71 | 0.35 |
| Hex | 1A | 53 | 98 | 53 | 2D | 0 | 28 | D5 | 47 | 23 |
| Octal | 32 | 123 | 230 | 123 | 55 | 0 | 50 | 325 | 107 | 43 |
| Binary | 11010 | 1010011 | 10011000 | 1010011 | 101101 | 0 | 101000 | 11010101 | 1000111 | 100011 |
Color Harmonies of #1A5398
Complementary color
Monochromatic Colors of #1A5398
Black with #1A5398
Text Example
Text Example
White with #1A5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5398; }
p { color: rgb(26,83,152); }
H1.HeaderClassName
{
color: #1A5398;
}
.AnyTagClassName
{
color: #1A5398;
}
</style>
background-color css
<style>
a { background-color: #1A5398; }
a { background-color: rgb(26,83,152); }
div.DivClassName
{
background-color: #1A5398;
}
.BgClassName
{
background-color: #1A5398;
}
</style>
border-color css
<style>
span { border-color: #1A5398; }
span { border-color: rgb(26,83,152); }
td.TdClassName
{
border-color: #1A5398;
}
.TagClassName
{
border-color: #1A5398;
}
</style>