#164B98

Color #164B98 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #164B98

Tints of Endeavour #164B98

Color information

#164B98 (or 0x164B98) is unknown color: approx 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

RGB2275152-
CMYK0.860.5100.40
HSL215.54º74.71%34.12%-
HSV(B)215.54º85.53%59.61%-
XYZ8.517.4730.7-
YUV67.93175.4495.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 8.84%
GREEN value IS 75 (29.69% from 255) = 30.12%
BLUE value IS 152 (59.77% from 255) = 61.04%
R=8.84%
G=30.12%
B=61.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22751520.860.5100.40215.5474.7134.12
Hex164B985633028d84b22
Octal261132301266305033011342
Binary1011010010111001100010101101100110101000110110001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>