#164A98

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

Shades of Endeavour #164A98

Tints of Endeavour #164A98

Color information

#164A98 (or 0x164A98) is unknown color: approx Endeavour. HEX triplet: 16, 4A and 98. RGB value is (22,74,152). Sum of RGB (Red+Green+Blue) = 22+74+152=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #164A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164A98 is #E9B567. Grayscale: #424242. Windows color (decimal): -15316328 or 9980438. OLE color: 9980438.

HSL color Cylindrical-coordinate representation of color #164A98: hue angle of 216º 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 #164A98 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2274152-
CMYK0.860.5100.40
HSL216º74.71%34.12%-
HSV(B)216º85.53%59.61%-
XYZ8.457.3430.68-
YUV67.34175.7795.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.87%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 152 (59.77% from 255) = 61.29%
R=8.87%
G=29.84%
B=61.29%

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
Decimal22741520.860.5100.4021674.7134.12
Hex164A985633028d84b22
Octal261122301266305033011342
Binary1011010010101001100010101101100110101000110110001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164A98; }

 p { color: rgb(22,74,152); }

 H1.HeaderClassName
 {
   color: #164A98;
 }
 .AnyTagClassName
 {
   color: #164A98;
 }
</style>
background-color css

<style>
 a { background-color: #164A98; }

 a { background-color: rgb(22,74,152); }

 div.DivClassName
 {
   background-color: #164A98;
 }
 .BgClassName
 {
   background-color: #164A98;
 }
</style>
border-color css

<style>
 span { border-color: #164A98; }

 span { border-color: rgb(22,74,152); }

 td.TdClassName
 {
   border-color: #164A98;
 }
 .TagClassName
 {
   border-color: #164A98;
 }
</style>