Shades of Endeavour #164B98
Tints of Endeavour #164B98
RGB
CMYK
RGB Variations
Color information
#164B98 (or 0x164B98) is known color: Endeavour. HEX triplet: 16, 4B and 98. RGB value is (22,75,152). Sum of RGB (Red+Green+Blue) = 22+75+152=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #164B98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164B98 is #E9B467. Grayscale: #434343. Windows color (decimal): -15316072 or 9980694. OLE color: 9980694.
HSL color Cylindrical-coordinate representation of color #164B98: hue angle of 215.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164B98 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 75 | 152 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.40 |
| HSL | 215.54º | 0.75% | 0.34% | - |
| HSV(B) | 215.54º | 0.86% | 0.6% | - |
| XYZ | 8.51 | 7.47 | 30.7 | - |
| YUV | 67.93 | 175.44 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 152 | 0.86 | 0.51 | 0 | 0.40 | 215.54 | 0.75 | 0.34 |
| Hex | 16 | 4B | 98 | 56 | 33 | 0 | 28 | D8 | 4B | 22 |
| Octal | 26 | 113 | 230 | 126 | 63 | 0 | 50 | 330 | 113 | 42 |
| Binary | 10110 | 1001011 | 10011000 | 1010110 | 110011 | 0 | 101000 | 11011000 | 1001011 | 100010 |
Color Harmonies of #164B98
Complementary color
Monochromatic Colors of #164B98
Black with #164B98
Text Example
Text Example
White with #164B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B98; }
p { color: rgb(22,75,152); }
H1.HeaderClassName
{
color: #164B98;
}
.AnyTagClassName
{
color: #164B98;
}
</style>
background-color css
<style>
a { background-color: #164B98; }
a { background-color: rgb(22,75,152); }
div.DivClassName
{
background-color: #164B98;
}
.BgClassName
{
background-color: #164B98;
}
</style>
border-color css
<style>
span { border-color: #164B98; }
span { border-color: rgb(22,75,152); }
td.TdClassName
{
border-color: #164B98;
}
.TagClassName
{
border-color: #164B98;
}
</style>