Shades of Endeavour #1B609A
Tints of Endeavour #1B609A
RGB
CMYK
RGB Variations
Color information
#1B609A (or 0x1B609A) is known color: Endeavour. HEX triplet: 1B, 60 and 9A. RGB value is (27,96,154). Sum of RGB (Red+Green+Blue) = 27+96+154=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B609A is #E49F65. Grayscale: #515151. Windows color (decimal): -14983014 or 10117147. OLE color: 10117147.
HSL color Cylindrical-coordinate representation of color #1B609A: hue angle of 207.4º 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 #1B609A is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 96 | 154 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.40 |
| HSL | 207.4º | 0.7% | 0.35% | - |
| HSV(B) | 207.4º | 0.82% | 0.6% | - |
| XYZ | 10.47 | 10.93 | 32.13 | - |
| YUV | 81.98 | 168.64 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 96 | 154 | 0.82 | 0.38 | 0 | 0.40 | 207.4 | 0.7 | 0.35 |
| Hex | 1B | 60 | 9A | 52 | 26 | 0 | 28 | CF | 46 | 23 |
| Octal | 33 | 140 | 232 | 122 | 46 | 0 | 50 | 317 | 106 | 43 |
| Binary | 11011 | 1100000 | 10011010 | 1010010 | 100110 | 0 | 101000 | 11001111 | 1000110 | 100011 |
Color Harmonies of #1B609A
Complementary color
Monochromatic Colors of #1B609A
Black with #1B609A
Text Example
Text Example
White with #1B609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B609A; }
p { color: rgb(27,96,154); }
H1.HeaderClassName
{
color: #1B609A;
}
.AnyTagClassName
{
color: #1B609A;
}
</style>
background-color css
<style>
a { background-color: #1B609A; }
a { background-color: rgb(27,96,154); }
div.DivClassName
{
background-color: #1B609A;
}
.BgClassName
{
background-color: #1B609A;
}
</style>
border-color css
<style>
span { border-color: #1B609A; }
span { border-color: rgb(27,96,154); }
td.TdClassName
{
border-color: #1B609A;
}
.TagClassName
{
border-color: #1B609A;
}
</style>