Html Css Color HEX #165895 Endeavour

📋 copy color: '#165895'

red 22 ◦ green 88 ◦ blue 149

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

Shades of Endeavour #165895

Tints of Endeavour #165895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

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

R = 8.49%
G = 33.98%
B = 57.53%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165895 (or 0x165895) is known color: Endeavour. HEX triplet: 16, 58 and 95. RGB value is (22,88,149). Sum of RGB (Red+Green+Blue) = 22+88+149=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #165895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165895 is #E9A76A. Grayscale: #4A4A4A. Windows color (decimal): -15312747 or 9787414. OLE color: 9787414.

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

Color convert

RGB 22 88 149 -
CMYK 0.85 0.41 0 0.42
HSL 208.82º 0.74% 0.34% -
HSV(B) 208.82º 0.85% 0.58% -
XYZ 9.25 9.32 29.75 -
YUV 75.22 169.63 90.04 -
System Red Green Blue C M Y K H S L
Decimal 22 88 149 0.85 0.41 0 0.42 208.82 0.74 0.34
Hex 16 58 95 55 29 0 2A D1 4A 22
Octal 26 130 225 125 51 0 52 321 112 42
Binary 10110 1011000 10010101 1010101 101001 0 101010 11010001 1001010 100010

Color Harmonies of #165895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165895

Black with #165895

Text Example


Text Example

White with #165895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165895; }

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

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

background-color css

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

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

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

border-color css

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

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

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