Html Css Color HEX #165A90 Endeavour

📋 copy color: '#165A90'

red 22 ◦ green 90 ◦ blue 144

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

Shades of Endeavour #165A90

Tints of Endeavour #165A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 8.59%
G = 35.16%
B = 56.25%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#165A90 (or 0x165A90) is known color: Endeavour. HEX triplet: 16, 5A and 90. RGB value is (22,90,144). Sum of RGB (Red+Green+Blue) = 22+90+144=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #165A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165A90 is #E9A56F. Grayscale: #4B4B4B. Windows color (decimal): -15312240 or 9460246. OLE color: 9460246.

HSL color Cylindrical-coordinate representation of color #165A90: hue angle of 206.56º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165A90 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 90 144 -
CMYK 0.85 0.37 0 0.44
HSL 206.56º 0.73% 0.33% -
HSV(B) 206.56º 0.85% 0.56% -
XYZ 9.02 9.5 27.74 -
YUV 75.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 22 90 144 0.85 0.37 0 0.44 206.56 0.73 0.33
Hex 16 5A 90 55 25 0 2C CF 49 21
Octal 26 132 220 125 45 0 54 317 111 41
Binary 10110 1011010 10010000 1010101 100101 0 101100 11001111 1001001 100001

Color Harmonies of #165A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165A90

Black with #165A90

Text Example


Text Example

White with #165A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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