Html Css Color HEX #165491 Endeavour

📋 copy color: '#165491'

red 22 ◦ green 84 ◦ blue 145

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

Shades of Endeavour #165491

Tints of Endeavour #165491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.47%

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

R = 8.76%
G = 33.47%
B = 57.77%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#165491 (or 0x165491) is known color: Endeavour. HEX triplet: 16, 54 and 91. RGB value is (22,84,145). Sum of RGB (Red+Green+Blue) = 22+84+145=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #165491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165491 is #E9AB6E. Grayscale: #484848. Windows color (decimal): -15313775 or 9524246. OLE color: 9524246.

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

Color convert

RGB 22 84 145 -
CMYK 0.85 0.42 0 0.43
HSL 209.76º 0.74% 0.33% -
HSV(B) 209.76º 0.85% 0.57% -
XYZ 8.61 8.56 27.99 -
YUV 72.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 22 84 145 0.85 0.42 0 0.43 209.76 0.74 0.33
Hex 16 54 91 55 2A 0 2B D2 4A 21
Octal 26 124 221 125 52 0 53 322 112 41
Binary 10110 1010100 10010001 1010101 101010 0 101011 11010010 1001010 100001

Color Harmonies of #165491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165491

Black with #165491

Text Example


Text Example

White with #165491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165491; }

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

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

background-color css

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

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

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

border-color css

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

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

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