Shades of Endeavour #1A529B
Tints of Endeavour #1A529B
RGB
CMYK
RGB Variations
Color information
#1A529B (or 0x1A529B) is known color: Endeavour. HEX triplet: 1A, 52 and 9B. RGB value is (26,82,155). Sum of RGB (Red+Green+Blue) = 26+82+155=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A529B is #E5AD64. Grayscale: #494949. Windows color (decimal): -15052133 or 10179098. OLE color: 10179098.
HSL color Cylindrical-coordinate representation of color #1A529B: hue angle of 213.95º 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 #1A529B is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 82 | 155 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.39 |
| HSL | 213.95º | 0.71% | 0.35% | - |
| HSV(B) | 213.95º | 0.83% | 0.61% | - |
| XYZ | 9.36 | 8.62 | 32.18 | - |
| YUV | 73.58 | 173.95 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 155 | 0.83 | 0.47 | 0 | 0.39 | 213.95 | 0.71 | 0.35 |
| Hex | 1A | 52 | 9B | 53 | 2F | 0 | 27 | D6 | 47 | 23 |
| Octal | 32 | 122 | 233 | 123 | 57 | 0 | 47 | 326 | 107 | 43 |
| Binary | 11010 | 1010010 | 10011011 | 1010011 | 101111 | 0 | 100111 | 11010110 | 1000111 | 100011 |
Color Harmonies of #1A529B
Complementary color
Monochromatic Colors of #1A529B
Black with #1A529B
Text Example
Text Example
White with #1A529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A529B; }
p { color: rgb(26,82,155); }
H1.HeaderClassName
{
color: #1A529B;
}
.AnyTagClassName
{
color: #1A529B;
}
</style>
background-color css
<style>
a { background-color: #1A529B; }
a { background-color: rgb(26,82,155); }
div.DivClassName
{
background-color: #1A529B;
}
.BgClassName
{
background-color: #1A529B;
}
</style>
border-color css
<style>
span { border-color: #1A529B; }
span { border-color: rgb(26,82,155); }
td.TdClassName
{
border-color: #1A529B;
}
.TagClassName
{
border-color: #1A529B;
}
</style>