Html Css Color HEX #164993 Endeavour

📋 copy color: '#164993'

red 22 ◦ green 73 ◦ blue 147

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

Shades of Endeavour #164993

Tints of Endeavour #164993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 147 (57.81% from 255) = 60.74%

R = 9.09%
G = 30.17%
B = 60.74%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#164993 (or 0x164993) is known color: Endeavour. HEX triplet: 16, 49 and 93. RGB value is (22,73,147). Sum of RGB (Red+Green+Blue) = 22+73+147=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #164993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164993 is #E9B66C. Grayscale: #414141. Windows color (decimal): -15316589 or 9652502. OLE color: 9652502.

HSL color Cylindrical-coordinate representation of color #164993: hue angle of 215.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164993 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 73 147 -
CMYK 0.85 0.50 0 0.42
HSL 215.52º 0.74% 0.33% -
HSV(B) 215.52º 0.85% 0.58% -
XYZ 7.98 7.04 28.54 -
YUV 66.19 173.6 96.48 -
System Red Green Blue C M Y K H S L
Decimal 22 73 147 0.85 0.50 0 0.42 215.52 0.74 0.33
Hex 16 49 93 55 32 0 2A D8 4A 21
Octal 26 111 223 125 62 0 52 330 112 41
Binary 10110 1001001 10010011 1010101 110010 0 101010 11011000 1001010 100001

Color Harmonies of #164993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164993

Black with #164993

Text Example


Text Example

White with #164993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164993; }

 p { color: rgb(22,73,147); }

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

background-color css

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

 a { background-color: rgb(22,73,147); }

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

border-color css

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

 span { border-color: rgb(22,73,147); }

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