Html Css Color HEX #165795 Endeavour

📋 copy color: '#165795'

red 22 ◦ green 87 ◦ blue 149

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

Shades of Endeavour #165795

Tints of Endeavour #165795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.72%

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

R = 8.53%
G = 33.72%
B = 57.75%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165795 (or 0x165795) is known color: Endeavour. HEX triplet: 16, 57 and 95. RGB value is (22,87,149). Sum of RGB (Red+Green+Blue) = 22+87+149=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #165795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165795 is #E9A86A. Grayscale: #4A4A4A. Windows color (decimal): -15313003 or 9787158. OLE color: 9787158.

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

Color convert

RGB 22 87 149 -
CMYK 0.85 0.42 0 0.42
HSL 209.29º 0.74% 0.34% -
HSV(B) 209.29º 0.85% 0.58% -
XYZ 9.16 9.16 29.72 -
YUV 74.63 169.97 90.46 -
System Red Green Blue C M Y K H S L
Decimal 22 87 149 0.85 0.42 0 0.42 209.29 0.74 0.34
Hex 16 57 95 55 2A 0 2A D1 4A 22
Octal 26 127 225 125 52 0 52 321 112 42
Binary 10110 1010111 10010101 1010101 101010 0 101010 11010001 1001010 100010

Color Harmonies of #165795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165795

Black with #165795

Text Example


Text Example

White with #165795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165795; }

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

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

background-color css

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

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

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

border-color css

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

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

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