Html Css Color HEX #165691 Endeavour

📋 copy color: '#165691'

red 22 ◦ green 86 ◦ blue 145

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

Shades of Endeavour #165691

Tints of Endeavour #165691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.99%

 BLUE value IS 145 (57.03% from 255) = 57.31%

R = 8.7%
G = 33.99%
B = 57.31%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#165691 (or 0x165691) is known color: Endeavour. HEX triplet: 16, 56 and 91. RGB value is (22,86,145). Sum of RGB (Red+Green+Blue) = 22+86+145=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #165691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165691 is #E9A96E. Grayscale: #494949. Windows color (decimal): -15313263 or 9524758. OLE color: 9524758.

HSL color Cylindrical-coordinate representation of color #165691: hue angle of 208.78º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165691 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 86 145 -
CMYK 0.85 0.41 0 0.43
HSL 208.78º 0.74% 0.33% -
HSV(B) 208.78º 0.85% 0.57% -
XYZ 8.77 8.87 28.04 -
YUV 73.59 168.3 91.2 -
System Red Green Blue C M Y K H S L
Decimal 22 86 145 0.85 0.41 0 0.43 208.78 0.74 0.33
Hex 16 56 91 55 29 0 2B D1 4A 21
Octal 26 126 221 125 51 0 53 321 112 41
Binary 10110 1010110 10010001 1010101 101001 0 101011 11010001 1001010 100001

Color Harmonies of #165691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165691

Black with #165691

Text Example


Text Example

White with #165691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165691; }

 p { color: rgb(22,86,145); }

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

background-color css

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

 a { background-color: rgb(22,86,145); }

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

border-color css

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

 span { border-color: rgb(22,86,145); }

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