Html Css Color HEX #164B97 Endeavour

📋 copy color: '#164B97'

red 22 ◦ green 75 ◦ blue 151

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

Shades of Endeavour #164B97

Tints of Endeavour #164B97

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.24%

 BLUE value IS 151 (59.38% from 255) = 60.89%

R = 8.87%
G = 30.24%
B = 60.89%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#164B97 (or 0x164B97) is known color: Endeavour. HEX triplet: 16, 4B and 97. RGB value is (22,75,151). Sum of RGB (Red+Green+Blue) = 22+75+151=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #164B97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164B97 is #E9B468. Grayscale: #434343. Windows color (decimal): -15316073 or 9915158. OLE color: 9915158.

HSL color Cylindrical-coordinate representation of color #164B97: hue angle of 215.35º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164B97 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 75 151 -
CMYK 0.85 0.50 0 0.41
HSL 215.35º 0.75% 0.34% -
HSV(B) 215.35º 0.85% 0.59% -
XYZ 8.43 7.44 30.27 -
YUV 67.82 174.94 95.32 -
System Red Green Blue C M Y K H S L
Decimal 22 75 151 0.85 0.50 0 0.41 215.35 0.75 0.34
Hex 16 4B 97 55 32 0 29 D7 4B 22
Octal 26 113 227 125 62 0 51 327 113 42
Binary 10110 1001011 10010111 1010101 110010 0 101001 11010111 1001011 100010

Color Harmonies of #164B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164B97

Black with #164B97

Text Example


Text Example

White with #164B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,75,151); }

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

background-color css

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

 a { background-color: rgb(22,75,151); }

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

border-color css

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

 span { border-color: rgb(22,75,151); }

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