Html Css Color HEX #164895 Endeavour

📋 copy color: '#164895'

red 22 ◦ green 72 ◦ blue 149

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

Shades of Endeavour #164895

Tints of Endeavour #164895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

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

R = 9.05%
G = 29.63%
B = 61.32%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#164895 (or 0x164895) is known color: Endeavour. HEX triplet: 16, 48 and 95. RGB value is (22,72,149). Sum of RGB (Red+Green+Blue) = 22+72+149=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #164895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164895 is #E9B76A. Grayscale: #414141. Windows color (decimal): -15316843 or 9783318. OLE color: 9783318.

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

Color convert

RGB 22 72 149 -
CMYK 0.85 0.52 0 0.42
HSL 216.38º 0.74% 0.34% -
HSV(B) 216.38º 0.85% 0.58% -
XYZ 8.07 6.98 29.35 -
YUV 65.83 174.94 96.74 -
System Red Green Blue C M Y K H S L
Decimal 22 72 149 0.85 0.52 0 0.42 216.38 0.74 0.34
Hex 16 48 95 55 34 0 2A D8 4A 22
Octal 26 110 225 125 64 0 52 330 112 42
Binary 10110 1001000 10010101 1010101 110100 0 101010 11011000 1001010 100010

Color Harmonies of #164895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164895

Black with #164895

Text Example


Text Example

White with #164895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164895; }

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

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

background-color css

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

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

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

border-color css

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

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

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