Html Css Color HEX #165291 Endeavour

📋 copy color: '#165291'

red 22 ◦ green 82 ◦ blue 145

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

Shades of Endeavour #165291

Tints of Endeavour #165291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

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

R = 8.84%
G = 32.93%
B = 58.23%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#165291 (or 0x165291) is known color: Endeavour. HEX triplet: 16, 52 and 91. RGB value is (22,82,145). Sum of RGB (Red+Green+Blue) = 22+82+145=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #165291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165291 is #E9AD6E. Grayscale: #464646. Windows color (decimal): -15314287 or 9523734. OLE color: 9523734.

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

Color convert

RGB 22 82 145 -
CMYK 0.85 0.43 0 0.43
HSL 210.73º 0.74% 0.33% -
HSV(B) 210.73º 0.85% 0.57% -
XYZ 8.46 8.25 27.93 -
YUV 71.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 22 82 145 0.85 0.43 0 0.43 210.73 0.74 0.33
Hex 16 52 91 55 2B 0 2B D3 4A 21
Octal 26 122 221 125 53 0 53 323 112 41
Binary 10110 1010010 10010001 1010101 101011 0 101011 11010011 1001010 100001

Color Harmonies of #165291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165291

Black with #165291

Text Example


Text Example

White with #165291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165291; }

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

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

background-color css

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

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

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

border-color css

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

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

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