Html Css Color HEX #165BA0 Endeavour

📋 copy color: '#165BA0'

red 22 ◦ green 91 ◦ blue 160

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

Shades of Endeavour #165BA0

Tints of Endeavour #165BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.33%

 BLUE value IS 160 (62.89% from 255) = 58.61%

R = 8.06%
G = 33.33%
B = 58.61%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#165BA0 (or 0x165BA0) is known color: Endeavour. HEX triplet: 16, 5B and A0. RGB value is (22,91,160). Sum of RGB (Red+Green+Blue) = 22+91+160=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #165BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165BA0 is #E9A45F. Grayscale: #4D4D4D. Windows color (decimal): -15311968 or 10509078. OLE color: 10509078.

HSL color Cylindrical-coordinate representation of color #165BA0: hue angle of 210º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165BA0 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 22 91 160 -
CMYK 0.86 0.43 0 0.37
HSL 210º 0.76% 0.36% -
HSV(B) 210º 0.86% 0.63% -
XYZ 10.42 10.19 34.68 -
YUV 78.24 174.14 87.89 -
System Red Green Blue C M Y K H S L
Decimal 22 91 160 0.86 0.43 0 0.37 210 0.76 0.36
Hex 16 5B A0 56 2B 0 25 D2 4C 24
Octal 26 133 240 126 53 0 45 322 114 44
Binary 10110 1011011 10100000 1010110 101011 0 100101 11010010 1001100 100100

Color Harmonies of #165BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165BA0

Black with #165BA0

Text Example


Text Example

White with #165BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165BA0; }

 p { color: rgb(22,91,160); }

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

background-color css

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

 a { background-color: rgb(22,91,160); }

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

border-color css

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

 span { border-color: rgb(22,91,160); }

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