Html Css Color HEX #165591 Endeavour

📋 copy color: '#165591'

red 22 ◦ green 85 ◦ blue 145

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

Shades of Endeavour #165591

Tints of Endeavour #165591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

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

R = 8.73%
G = 33.73%
B = 57.54%

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

#165591 (or 0x165591) is known color: Endeavour. HEX triplet: 16, 55 and 91. RGB value is (22,85,145). Sum of RGB (Red+Green+Blue) = 22+85+145=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #165591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165591 is #E9AA6E. Grayscale: #484848. Windows color (decimal): -15313519 or 9524502. OLE color: 9524502.

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

Color convert

RGB 22 85 145 -
CMYK 0.85 0.41 0 0.43
HSL 209.27º 0.74% 0.33% -
HSV(B) 209.27º 0.85% 0.57% -
XYZ 8.69 8.71 28.01 -
YUV 73 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 22 85 145 0.85 0.41 0 0.43 209.27 0.74 0.33
Hex 16 55 91 55 29 0 2B D1 4A 21
Octal 26 125 221 125 51 0 53 321 112 41
Binary 10110 1010101 10010001 1010101 101001 0 101011 11010001 1001010 100001

Color Harmonies of #165591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165591

Black with #165591

Text Example


Text Example

White with #165591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165591; }

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

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

background-color css

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

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

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

border-color css

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

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

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