Shades of Endeavour #1B619A
Tints of Endeavour #1B619A
RGB
CMYK
RGB Variations
Color information
#1B619A (or 0x1B619A) is known color: Endeavour. HEX triplet: 1B, 61 and 9A. RGB value is (27,97,154). Sum of RGB (Red+Green+Blue) = 27+97+154=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B619A is #E49E65. Grayscale: #525252. Windows color (decimal): -14982758 or 10117403. OLE color: 10117403.
HSL color Cylindrical-coordinate representation of color #1B619A: hue angle of 206.93º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B619A is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 97 | 154 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.40 |
| HSL | 206.93º | 0.7% | 0.35% | - |
| HSV(B) | 206.93º | 0.82% | 0.6% | - |
| XYZ | 10.56 | 11.12 | 32.16 | - |
| YUV | 82.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 97 | 154 | 0.82 | 0.37 | 0 | 0.40 | 206.93 | 0.7 | 0.35 |
| Hex | 1B | 61 | 9A | 52 | 25 | 0 | 28 | CF | 46 | 23 |
| Octal | 33 | 141 | 232 | 122 | 45 | 0 | 50 | 317 | 106 | 43 |
| Binary | 11011 | 1100001 | 10011010 | 1010010 | 100101 | 0 | 101000 | 11001111 | 1000110 | 100011 |
Color Harmonies of #1B619A
Complementary color
Monochromatic Colors of #1B619A
Black with #1B619A
Text Example
Text Example
White with #1B619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B619A; }
p { color: rgb(27,97,154); }
H1.HeaderClassName
{
color: #1B619A;
}
.AnyTagClassName
{
color: #1B619A;
}
</style>
background-color css
<style>
a { background-color: #1B619A; }
a { background-color: rgb(27,97,154); }
div.DivClassName
{
background-color: #1B619A;
}
.BgClassName
{
background-color: #1B619A;
}
</style>
border-color css
<style>
span { border-color: #1B619A; }
span { border-color: rgb(27,97,154); }
td.TdClassName
{
border-color: #1B619A;
}
.TagClassName
{
border-color: #1B619A;
}
</style>