Shades of Endeavour #1B6690
Tints of Endeavour #1B6690
RGB
CMYK
RGB Variations
Color information
#1B6690 (or 0x1B6690) is known color: Endeavour. HEX triplet: 1B, 66 and 90. RGB value is (27,102,144). Sum of RGB (Red+Green+Blue) = 27+102+144=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #1B6690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6690 is #E4996F. Grayscale: #545454. Windows color (decimal): -14981488 or 9463323. OLE color: 9463323.
HSL color Cylindrical-coordinate representation of color #1B6690: hue angle of 201.54º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B6690 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 102 | 144 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.44 |
| HSL | 201.54º | 0.68% | 0.34% | - |
| HSV(B) | 201.54º | 0.81% | 0.56% | - |
| XYZ | 10.24 | 11.75 | 28.11 | - |
| YUV | 84.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 102 | 144 | 0.81 | 0.29 | 0 | 0.44 | 201.54 | 0.68 | 0.34 |
| Hex | 1B | 66 | 90 | 51 | 1D | 0 | 2C | CA | 44 | 22 |
| Octal | 33 | 146 | 220 | 121 | 35 | 0 | 54 | 312 | 104 | 42 |
| Binary | 11011 | 1100110 | 10010000 | 1010001 | 11101 | 0 | 101100 | 11001010 | 1000100 | 100010 |
Color Harmonies of #1B6690
Complementary color
Monochromatic Colors of #1B6690
Black with #1B6690
Text Example
Text Example
White with #1B6690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6690; }
p { color: rgb(27,102,144); }
H1.HeaderClassName
{
color: #1B6690;
}
.AnyTagClassName
{
color: #1B6690;
}
</style>
background-color css
<style>
a { background-color: #1B6690; }
a { background-color: rgb(27,102,144); }
div.DivClassName
{
background-color: #1B6690;
}
.BgClassName
{
background-color: #1B6690;
}
</style>
border-color css
<style>
span { border-color: #1B6690; }
span { border-color: rgb(27,102,144); }
td.TdClassName
{
border-color: #1B6690;
}
.TagClassName
{
border-color: #1B6690;
}
</style>