Shades of Endeavour #1B578A
Tints of Endeavour #1B578A
RGB
CMYK
RGB Variations
Color information
#1B578A (or 0x1B578A) is known color: Endeavour. HEX triplet: 1B, 57 and 8A. RGB value is (27,87,138). Sum of RGB (Red+Green+Blue) = 27+87+138=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #1B578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B578A is #E4A875. Grayscale: #4A4A4A. Windows color (decimal): -14985334 or 9066267. OLE color: 9066267.
HSL color Cylindrical-coordinate representation of color #1B578A: hue angle of 207.57º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B578A is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 87 | 138 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.46 |
| HSL | 207.57º | 0.67% | 0.32% | - |
| HSV(B) | 207.57º | 0.8% | 0.54% | - |
| XYZ | 8.45 | 8.88 | 25.31 | - |
| YUV | 74.87 | 163.62 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 138 | 0.80 | 0.37 | 0 | 0.46 | 207.57 | 0.67 | 0.32 |
| Hex | 1B | 57 | 8A | 50 | 25 | 0 | 2E | D0 | 43 | 20 |
| Octal | 33 | 127 | 212 | 120 | 45 | 0 | 56 | 320 | 103 | 40 |
| Binary | 11011 | 1010111 | 10001010 | 1010000 | 100101 | 0 | 101110 | 11010000 | 1000011 | 100000 |
Color Harmonies of #1B578A
Complementary color
Monochromatic Colors of #1B578A
Black with #1B578A
Text Example
Text Example
White with #1B578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B578A; }
p { color: rgb(27,87,138); }
H1.HeaderClassName
{
color: #1B578A;
}
.AnyTagClassName
{
color: #1B578A;
}
</style>
background-color css
<style>
a { background-color: #1B578A; }
a { background-color: rgb(27,87,138); }
div.DivClassName
{
background-color: #1B578A;
}
.BgClassName
{
background-color: #1B578A;
}
</style>
border-color css
<style>
span { border-color: #1B578A; }
span { border-color: rgb(27,87,138); }
td.TdClassName
{
border-color: #1B578A;
}
.TagClassName
{
border-color: #1B578A;
}
</style>