Html Css Color HEX #164D91 Endeavour

📋 copy color: '#164D91'

red 22 ◦ green 77 ◦ blue 145

#164D91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #164D91

Tints of Endeavour #164D91

RGB

 RED value IS 22 (8.98% from 255) = 9.02%

 GREEN value IS 77 (30.47% from 255) = 31.56%

 BLUE value IS 145 (57.03% from 255) = 59.43%

R = 9.02%
G = 31.56%
B = 59.43%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#164D91 (or 0x164D91) is known color: Endeavour. HEX triplet: 16, 4D and 91. RGB value is (22,77,145). Sum of RGB (Red+Green+Blue) = 22+77+145=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #164D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D91 is #E9B26E. Grayscale: #434343. Windows color (decimal): -15315567 or 9522454. OLE color: 9522454.

HSL color Cylindrical-coordinate representation of color #164D91: hue angle of 213.17º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164D91 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 77 145 -
CMYK 0.85 0.47 0 0.43
HSL 213.17º 0.74% 0.33% -
HSV(B) 213.17º 0.85% 0.57% -
XYZ 8.1 7.52 27.81 -
YUV 68.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 22 77 145 0.85 0.47 0 0.43 213.17 0.74 0.33
Hex 16 4D 91 55 2F 0 2B D5 4A 21
Octal 26 115 221 125 57 0 53 325 112 41
Binary 10110 1001101 10010001 1010101 101111 0 101011 11010101 1001010 100001

Color Harmonies of #164D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164D91

Black with #164D91

Text Example


Text Example

White with #164D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,77,145); }

 H1.HeaderClassName
 {
   color: #164D91;
 }
 .AnyTagClassName
 {
   color: #164D91;
 }
</style>

background-color css

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

 a { background-color: rgb(22,77,145); }

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

border-color css

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

 span { border-color: rgb(22,77,145); }

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