Html Css Color HEX #164995 Endeavour

📋 copy color: '#164995'

red 22 ◦ green 73 ◦ blue 149

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

Shades of Endeavour #164995

Tints of Endeavour #164995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.07%

R = 9.02%
G = 29.92%
B = 61.07%

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

#164995 (or 0x164995) is known color: Endeavour. HEX triplet: 16, 49 and 95. RGB value is (22,73,149). Sum of RGB (Red+Green+Blue) = 22+73+149=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #164995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164995 is #E9B66A. Grayscale: #424242. Windows color (decimal): -15316587 or 9783574. OLE color: 9783574.

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

Color convert

RGB 22 73 149 -
CMYK 0.85 0.51 0 0.42
HSL 215.91º 0.74% 0.34% -
HSV(B) 215.91º 0.85% 0.58% -
XYZ 8.14 7.11 29.38 -
YUV 66.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 22 73 149 0.85 0.51 0 0.42 215.91 0.74 0.34
Hex 16 49 95 55 33 0 2A D8 4A 22
Octal 26 111 225 125 63 0 52 330 112 42
Binary 10110 1001001 10010101 1010101 110011 0 101010 11011000 1001010 100010

Color Harmonies of #164995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164995

Black with #164995

Text Example


Text Example

White with #164995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164995; }

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

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

background-color css

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

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

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

border-color css

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

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

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