#164F9B

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

Shades of Endeavour #164F9B

Tints of Endeavour #164F9B

Color information

#164F9B (or 0x164F9B) is unknown color: approx Endeavour. HEX triplet: 16, 4F and 9B. RGB value is (22,79,155). Sum of RGB (Red+Green+Blue) = 22+79+155=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #164F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164F9B is #E9B064. Grayscale: #464646. Windows color (decimal): -15315045 or 10178326. OLE color: 10178326.

HSL color Cylindrical-coordinate representation of color #164F9B: hue angle of 214.29º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164F9B is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2279155-
CMYK0.860.4900.39
HSL214.29º75.14%34.71%-
HSV(B)214.29º85.81%60.78%-
XYZ9.048.1332.1-
YUV70.62175.6293.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 155 (60.94% from 255) = 60.55%
R=8.59%
G=30.86%
B=60.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22791550.860.4900.39214.2975.1434.71
Hex164F9B5631027d64b23
Octal261172331266104732611343
Binary1011010011111001101110101101100010100111110101101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,79,155); }

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

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

 a { background-color: rgb(22,79,155); }

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

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

 span { border-color: rgb(22,79,155); }

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