Shades of Endeavour #1B6794
Tints of Endeavour #1B6794
RGB
CMYK
RGB Variations
Color information
#1B6794 (or 0x1B6794) is known color: Endeavour. HEX triplet: 1B, 67 and 94. RGB value is (27,103,148). Sum of RGB (Red+Green+Blue) = 27+103+148=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B6794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6794 is #E4986B. Grayscale: #555555. Windows color (decimal): -14981228 or 9725723. OLE color: 9725723.
HSL color Cylindrical-coordinate representation of color #1B6794: hue angle of 202.31º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B6794 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 103 | 148 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.42 |
| HSL | 202.31º | 0.69% | 0.34% | - |
| HSV(B) | 202.31º | 0.82% | 0.58% | - |
| XYZ | 10.65 | 12.07 | 29.79 | - |
| YUV | 85.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 148 | 0.82 | 0.30 | 0 | 0.42 | 202.31 | 0.69 | 0.34 |
| Hex | 1B | 67 | 94 | 52 | 1E | 0 | 2A | CA | 45 | 22 |
| Octal | 33 | 147 | 224 | 122 | 36 | 0 | 52 | 312 | 105 | 42 |
| Binary | 11011 | 1100111 | 10010100 | 1010010 | 11110 | 0 | 101010 | 11001010 | 1000101 | 100010 |
Color Harmonies of #1B6794
Complementary color
Monochromatic Colors of #1B6794
Black with #1B6794
Text Example
Text Example
White with #1B6794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6794; }
p { color: rgb(27,103,148); }
H1.HeaderClassName
{
color: #1B6794;
}
.AnyTagClassName
{
color: #1B6794;
}
</style>
background-color css
<style>
a { background-color: #1B6794; }
a { background-color: rgb(27,103,148); }
div.DivClassName
{
background-color: #1B6794;
}
.BgClassName
{
background-color: #1B6794;
}
</style>
border-color css
<style>
span { border-color: #1B6794; }
span { border-color: rgb(27,103,148); }
td.TdClassName
{
border-color: #1B6794;
}
.TagClassName
{
border-color: #1B6794;
}
</style>