Shades of Endeavour #1A639B
Tints of Endeavour #1A639B
RGB
CMYK
RGB Variations
Color information
#1A639B (or 0x1A639B) is known color: Endeavour. HEX triplet: 1A, 63 and 9B. RGB value is (26,99,155). Sum of RGB (Red+Green+Blue) = 26+99+155=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A639B is #E59C64. Grayscale: #535353. Windows color (decimal): -15047781 or 10183450. OLE color: 10183450.
HSL color Cylindrical-coordinate representation of color #1A639B: hue angle of 206.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A639B is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 99 | 155 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.39 |
| HSL | 206.05º | 0.71% | 0.35% | - |
| HSV(B) | 206.05º | 0.83% | 0.61% | - |
| XYZ | 10.8 | 11.51 | 32.66 | - |
| YUV | 83.56 | 168.32 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 155 | 0.83 | 0.36 | 0 | 0.39 | 206.05 | 0.71 | 0.35 |
| Hex | 1A | 63 | 9B | 53 | 24 | 0 | 27 | CE | 47 | 23 |
| Octal | 32 | 143 | 233 | 123 | 44 | 0 | 47 | 316 | 107 | 43 |
| Binary | 11010 | 1100011 | 10011011 | 1010011 | 100100 | 0 | 100111 | 11001110 | 1000111 | 100011 |
Color Harmonies of #1A639B
Complementary color
Monochromatic Colors of #1A639B
Black with #1A639B
Text Example
Text Example
White with #1A639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A639B; }
p { color: rgb(26,99,155); }
H1.HeaderClassName
{
color: #1A639B;
}
.AnyTagClassName
{
color: #1A639B;
}
</style>
background-color css
<style>
a { background-color: #1A639B; }
a { background-color: rgb(26,99,155); }
div.DivClassName
{
background-color: #1A639B;
}
.BgClassName
{
background-color: #1A639B;
}
</style>
border-color css
<style>
span { border-color: #1A639B; }
span { border-color: rgb(26,99,155); }
td.TdClassName
{
border-color: #1A639B;
}
.TagClassName
{
border-color: #1A639B;
}
</style>