Shades of Endeavour #165393
Tints of Endeavour #165393
RGB
CMYK
RGB Variations
Color information
#165393 (or 0x165393) is known color: Endeavour. HEX triplet: 16, 53 and 93. RGB value is (22,83,147). Sum of RGB (Red+Green+Blue) = 22+83+147=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #165393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165393 is #E9AC6C. Grayscale: #474747. Windows color (decimal): -15314029 or 9655062. OLE color: 9655062.
HSL color Cylindrical-coordinate representation of color #165393: hue angle of 210.72º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165393 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 83 | 147 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.42 |
| HSL | 210.72º | 0.74% | 0.33% | - |
| HSV(B) | 210.72º | 0.85% | 0.58% | - |
| XYZ | 8.69 | 8.46 | 28.78 | - |
| YUV | 72.06 | 170.29 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 147 | 0.85 | 0.44 | 0 | 0.42 | 210.72 | 0.74 | 0.33 |
| Hex | 16 | 53 | 93 | 55 | 2C | 0 | 2A | D3 | 4A | 21 |
| Octal | 26 | 123 | 223 | 125 | 54 | 0 | 52 | 323 | 112 | 41 |
| Binary | 10110 | 1010011 | 10010011 | 1010101 | 101100 | 0 | 101010 | 11010011 | 1001010 | 100001 |
Color Harmonies of #165393
Complementary color
Monochromatic Colors of #165393
Black with #165393
Text Example
Text Example
White with #165393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165393; }
p { color: rgb(22,83,147); }
H1.HeaderClassName
{
color: #165393;
}
.AnyTagClassName
{
color: #165393;
}
</style>
background-color css
<style>
a { background-color: #165393; }
a { background-color: rgb(22,83,147); }
div.DivClassName
{
background-color: #165393;
}
.BgClassName
{
background-color: #165393;
}
</style>
border-color css
<style>
span { border-color: #165393; }
span { border-color: rgb(22,83,147); }
td.TdClassName
{
border-color: #165393;
}
.TagClassName
{
border-color: #165393;
}
</style>