Html Css Color HEX #164C92 Endeavour

📋 copy color: '#164C92'

red 22 ◦ green 76 ◦ blue 146

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

Shades of Endeavour #164C92

Tints of Endeavour #164C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

 BLUE value IS 146 (57.42% from 255) = 59.84%

R = 9.02%
G = 31.15%
B = 59.84%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#164C92 (or 0x164C92) is known color: Endeavour. HEX triplet: 16, 4C and 92. RGB value is (22,76,146). Sum of RGB (Red+Green+Blue) = 22+76+146=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #164C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C92 is #E9B36D. Grayscale: #434343. Windows color (decimal): -15315822 or 9587734. OLE color: 9587734.

HSL color Cylindrical-coordinate representation of color #164C92: hue angle of 213.87º 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 #164C92 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 76 146 -
CMYK 0.85 0.48 0 0.43
HSL 213.87º 0.74% 0.33% -
HSV(B) 213.87º 0.85% 0.57% -
XYZ 8.1 7.41 28.2 -
YUV 67.83 172.11 95.31 -
System Red Green Blue C M Y K H S L
Decimal 22 76 146 0.85 0.48 0 0.43 213.87 0.74 0.33
Hex 16 4C 92 55 30 0 2B D6 4A 21
Octal 26 114 222 125 60 0 53 326 112 41
Binary 10110 1001100 10010010 1010101 110000 0 101011 11010110 1001010 100001

Color Harmonies of #164C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164C92

Black with #164C92

Text Example


Text Example

White with #164C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,76,146); }

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

background-color css

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

 a { background-color: rgb(22,76,146); }

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

border-color css

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

 span { border-color: rgb(22,76,146); }

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