Shades of Endeavour #1B6297
Tints of Endeavour #1B6297
RGB
CMYK
RGB Variations
Color information
#1B6297 (or 0x1B6297) is known color: Endeavour. HEX triplet: 1B, 62 and 97. RGB value is (27,98,151). Sum of RGB (Red+Green+Blue) = 27+98+151=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B6297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6297 is #E49D68. Grayscale: #525252. Windows color (decimal): -14982505 or 9921051. OLE color: 9921051.
HSL color Cylindrical-coordinate representation of color #1B6297: hue angle of 205.65º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B6297 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 98 | 151 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.41 |
| HSL | 205.65º | 0.7% | 0.35% | - |
| HSV(B) | 205.65º | 0.82% | 0.59% | - |
| XYZ | 10.41 | 11.2 | 30.89 | - |
| YUV | 82.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 98 | 151 | 0.82 | 0.35 | 0 | 0.41 | 205.65 | 0.7 | 0.35 |
| Hex | 1B | 62 | 97 | 52 | 23 | 0 | 29 | CE | 46 | 23 |
| Octal | 33 | 142 | 227 | 122 | 43 | 0 | 51 | 316 | 106 | 43 |
| Binary | 11011 | 1100010 | 10010111 | 1010010 | 100011 | 0 | 101001 | 11001110 | 1000110 | 100011 |
Color Harmonies of #1B6297
Complementary color
Monochromatic Colors of #1B6297
Black with #1B6297
Text Example
Text Example
White with #1B6297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6297; }
p { color: rgb(27,98,151); }
H1.HeaderClassName
{
color: #1B6297;
}
.AnyTagClassName
{
color: #1B6297;
}
</style>
background-color css
<style>
a { background-color: #1B6297; }
a { background-color: rgb(27,98,151); }
div.DivClassName
{
background-color: #1B6297;
}
.BgClassName
{
background-color: #1B6297;
}
</style>
border-color css
<style>
span { border-color: #1B6297; }
span { border-color: rgb(27,98,151); }
td.TdClassName
{
border-color: #1B6297;
}
.TagClassName
{
border-color: #1B6297;
}
</style>