Shades of Endeavour #1B5C9B
Tints of Endeavour #1B5C9B
RGB
CMYK
RGB Variations
Color information
#1B5C9B (or 0x1B5C9B) is known color: Endeavour. HEX triplet: 1B, 5C and 9B. RGB value is (27,92,155). Sum of RGB (Red+Green+Blue) = 27+92+155=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B5C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5C9B is #E4A364. Grayscale: #4F4F4F. Windows color (decimal): -14984037 or 10181659. OLE color: 10181659.
HSL color Cylindrical-coordinate representation of color #1B5C9B: hue angle of 209.53º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B5C9B is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 92 | 155 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.39 |
| HSL | 209.53º | 0.7% | 0.36% | - |
| HSV(B) | 209.53º | 0.83% | 0.61% | - |
| XYZ | 10.2 | 10.25 | 32.45 | - |
| YUV | 79.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 155 | 0.83 | 0.41 | 0 | 0.39 | 209.53 | 0.7 | 0.36 |
| Hex | 1B | 5C | 9B | 53 | 29 | 0 | 27 | D2 | 46 | 24 |
| Octal | 33 | 134 | 233 | 123 | 51 | 0 | 47 | 322 | 106 | 44 |
| Binary | 11011 | 1011100 | 10011011 | 1010011 | 101001 | 0 | 100111 | 11010010 | 1000110 | 100100 |
Color Harmonies of #1B5C9B
Complementary color
Monochromatic Colors of #1B5C9B
Black with #1B5C9B
Text Example
Text Example
White with #1B5C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5C9B; }
p { color: rgb(27,92,155); }
H1.HeaderClassName
{
color: #1B5C9B;
}
.AnyTagClassName
{
color: #1B5C9B;
}
</style>
background-color css
<style>
a { background-color: #1B5C9B; }
a { background-color: rgb(27,92,155); }
div.DivClassName
{
background-color: #1B5C9B;
}
.BgClassName
{
background-color: #1B5C9B;
}
</style>
border-color css
<style>
span { border-color: #1B5C9B; }
span { border-color: rgb(27,92,155); }
td.TdClassName
{
border-color: #1B5C9B;
}
.TagClassName
{
border-color: #1B5C9B;
}
</style>