Shades of Endeavour #1B569F
Tints of Endeavour #1B569F
RGB
CMYK
RGB Variations
Color information
#1B569F (or 0x1B569F) is known color: Endeavour. HEX triplet: 1B, 56 and 9F. RGB value is (27,86,159). Sum of RGB (Red+Green+Blue) = 27+86+159=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B569F is #E4A960. Grayscale: #4C4C4C. Windows color (decimal): -14985569 or 10442267. OLE color: 10442267.
HSL color Cylindrical-coordinate representation of color #1B569F: hue angle of 213.18º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B569F is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 86 | 159 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.38 |
| HSL | 213.18º | 0.71% | 0.36% | - |
| HSV(B) | 213.18º | 0.83% | 0.62% | - |
| XYZ | 10.04 | 9.39 | 34.08 | - |
| YUV | 76.68 | 174.45 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 86 | 159 | 0.83 | 0.46 | 0 | 0.38 | 213.18 | 0.71 | 0.36 |
| Hex | 1B | 56 | 9F | 53 | 2E | 0 | 26 | D5 | 47 | 24 |
| Octal | 33 | 126 | 237 | 123 | 56 | 0 | 46 | 325 | 107 | 44 |
| Binary | 11011 | 1010110 | 10011111 | 1010011 | 101110 | 0 | 100110 | 11010101 | 1000111 | 100100 |
Color Harmonies of #1B569F
Complementary color
Monochromatic Colors of #1B569F
Black with #1B569F
Text Example
Text Example
White with #1B569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B569F; }
p { color: rgb(27,86,159); }
H1.HeaderClassName
{
color: #1B569F;
}
.AnyTagClassName
{
color: #1B569F;
}
</style>
background-color css
<style>
a { background-color: #1B569F; }
a { background-color: rgb(27,86,159); }
div.DivClassName
{
background-color: #1B569F;
}
.BgClassName
{
background-color: #1B569F;
}
</style>
border-color css
<style>
span { border-color: #1B569F; }
span { border-color: rgb(27,86,159); }
td.TdClassName
{
border-color: #1B569F;
}
.TagClassName
{
border-color: #1B569F;
}
</style>