Shades of Endeavour #1B4593
Tints of Endeavour #1B4593
RGB
CMYK
RGB Variations
Color information
#1B4593 (or 0x1B4593) is known color: Endeavour. HEX triplet: 1B, 45 and 93. RGB value is (27,69,147). Sum of RGB (Red+Green+Blue) = 27+69+147=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #1B4593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4593 is #E4BA6C. Grayscale: #404040. Windows color (decimal): -14989933 or 9651483. OLE color: 9651483.
HSL color Cylindrical-coordinate representation of color #1B4593: hue angle of 219º 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 #1B4593 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 69 | 147 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.42 |
| HSL | 219º | 0.69% | 0.34% | - |
| HSV(B) | 219º | 0.82% | 0.58% | - |
| XYZ | 7.85 | 6.6 | 28.46 | - |
| YUV | 65.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 69 | 147 | 0.82 | 0.53 | 0 | 0.42 | 219 | 0.69 | 0.34 |
| Hex | 1B | 45 | 93 | 52 | 35 | 0 | 2A | DB | 45 | 22 |
| Octal | 33 | 105 | 223 | 122 | 65 | 0 | 52 | 333 | 105 | 42 |
| Binary | 11011 | 1000101 | 10010011 | 1010010 | 110101 | 0 | 101010 | 11011011 | 1000101 | 100010 |
Color Harmonies of #1B4593
Complementary color
Monochromatic Colors of #1B4593
Black with #1B4593
Text Example
Text Example
White with #1B4593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4593; }
p { color: rgb(27,69,147); }
H1.HeaderClassName
{
color: #1B4593;
}
.AnyTagClassName
{
color: #1B4593;
}
</style>
background-color css
<style>
a { background-color: #1B4593; }
a { background-color: rgb(27,69,147); }
div.DivClassName
{
background-color: #1B4593;
}
.BgClassName
{
background-color: #1B4593;
}
</style>
border-color css
<style>
span { border-color: #1B4593; }
span { border-color: rgb(27,69,147); }
td.TdClassName
{
border-color: #1B4593;
}
.TagClassName
{
border-color: #1B4593;
}
</style>