Html Css Color HEX #164994 Endeavour

📋 copy color: '#164994'

red 22 ◦ green 73 ◦ blue 148

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

Shades of Endeavour #164994

Tints of Endeavour #164994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.91%

R = 9.05%
G = 30.04%
B = 60.91%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#164994 (or 0x164994) is known color: Endeavour. HEX triplet: 16, 49 and 94. RGB value is (22,73,148). Sum of RGB (Red+Green+Blue) = 22+73+148=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #164994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164994 is #E9B66B. Grayscale: #414141. Windows color (decimal): -15316588 or 9718038. OLE color: 9718038.

HSL color Cylindrical-coordinate representation of color #164994: hue angle of 215.71º 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 #164994 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 73 148 -
CMYK 0.85 0.51 0 0.42
HSL 215.71º 0.74% 0.33% -
HSV(B) 215.71º 0.85% 0.58% -
XYZ 8.06 7.07 28.96 -
YUV 66.3 174.1 96.4 -
System Red Green Blue C M Y K H S L
Decimal 22 73 148 0.85 0.51 0 0.42 215.71 0.74 0.33
Hex 16 49 94 55 33 0 2A D8 4A 21
Octal 26 111 224 125 63 0 52 330 112 41
Binary 10110 1001001 10010100 1010101 110011 0 101010 11011000 1001010 100001

Color Harmonies of #164994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164994

Black with #164994

Text Example


Text Example

White with #164994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164994; }

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

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

background-color css

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

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

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

border-color css

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

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

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