Shades of Endeavour #1B58A0
Tints of Endeavour #1B58A0
RGB
CMYK
RGB Variations
Color information
#1B58A0 (or 0x1B58A0) is known color: Endeavour. HEX triplet: 1B, 58 and A0. RGB value is (27,88,160). Sum of RGB (Red+Green+Blue) = 27+88+160=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #1B58A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B58A0 is #E4A75F. Grayscale: #4D4D4D. Windows color (decimal): -14985056 or 10508315. OLE color: 10508315.
HSL color Cylindrical-coordinate representation of color #1B58A0: hue angle of 212.48º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B58A0 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 27 | 88 | 160 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.37 |
| HSL | 212.48º | 0.71% | 0.37% | - |
| HSV(B) | 212.48º | 0.83% | 0.63% | - |
| XYZ | 10.29 | 9.75 | 34.6 | - |
| YUV | 77.97 | 174.29 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 88 | 160 | 0.83 | 0.45 | 0 | 0.37 | 212.48 | 0.71 | 0.37 |
| Hex | 1B | 58 | A0 | 53 | 2D | 0 | 25 | D4 | 47 | 25 |
| Octal | 33 | 130 | 240 | 123 | 55 | 0 | 45 | 324 | 107 | 45 |
| Binary | 11011 | 1011000 | 10100000 | 1010011 | 101101 | 0 | 100101 | 11010100 | 1000111 | 100101 |
Color Harmonies of #1B58A0
Complementary color
Monochromatic Colors of #1B58A0
Black with #1B58A0
Text Example
Text Example
White with #1B58A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B58A0; }
p { color: rgb(27,88,160); }
H1.HeaderClassName
{
color: #1B58A0;
}
.AnyTagClassName
{
color: #1B58A0;
}
</style>
background-color css
<style>
a { background-color: #1B58A0; }
a { background-color: rgb(27,88,160); }
div.DivClassName
{
background-color: #1B58A0;
}
.BgClassName
{
background-color: #1B58A0;
}
</style>
border-color css
<style>
span { border-color: #1B58A0; }
span { border-color: rgb(27,88,160); }
td.TdClassName
{
border-color: #1B58A0;
}
.TagClassName
{
border-color: #1B58A0;
}
</style>