Html Css Color HEX #165A9E Endeavour

📋 copy color: '#165A9E'

red 22 ◦ green 90 ◦ blue 158

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

Shades of Endeavour #165A9E

Tints of Endeavour #165A9E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

 BLUE value IS 158 (62.11% from 255) = 58.52%

R = 8.15%
G = 33.33%
B = 58.52%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#165A9E (or 0x165A9E) is known color: Endeavour. HEX triplet: 16, 5A and 9E. RGB value is (22,90,158). Sum of RGB (Red+Green+Blue) = 22+90+158=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #165A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165A9E is #E9A561. Grayscale: #4D4D4D. Windows color (decimal): -15312226 or 10377750. OLE color: 10377750.

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

Color convert

RGB 22 90 158 -
CMYK 0.86 0.43 0 0.38
HSL 210º 0.76% 0.35% -
HSV(B) 210º 0.86% 0.62% -
XYZ 10.16 9.95 33.73 -
YUV 77.42 173.47 88.47 -
System Red Green Blue C M Y K H S L
Decimal 22 90 158 0.86 0.43 0 0.38 210 0.76 0.35
Hex 16 5A 9E 56 2B 0 26 D2 4C 23
Octal 26 132 236 126 53 0 46 322 114 43
Binary 10110 1011010 10011110 1010110 101011 0 100110 11010010 1001100 100011

Color Harmonies of #165A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165A9E

Black with #165A9E

Text Example


Text Example

White with #165A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,90,158); }

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

background-color css

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

 a { background-color: rgb(22,90,158); }

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

border-color css

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

 span { border-color: rgb(22,90,158); }

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