Html Css Color HEX #165191 Endeavour

📋 copy color: '#165191'

red 22 ◦ green 81 ◦ blue 145

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

Shades of Endeavour #165191

Tints of Endeavour #165191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

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

R = 8.87%
G = 32.66%
B = 58.47%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#165191 (or 0x165191) is known color: Endeavour. HEX triplet: 16, 51 and 91. RGB value is (22,81,145). Sum of RGB (Red+Green+Blue) = 22+81+145=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #165191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165191 is #E9AE6E. Grayscale: #464646. Windows color (decimal): -15314543 or 9523478. OLE color: 9523478.

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

Color convert

RGB 22 81 145 -
CMYK 0.85 0.44 0 0.43
HSL 211.22º 0.74% 0.33% -
HSV(B) 211.22º 0.85% 0.57% -
XYZ 8.38 8.1 27.91 -
YUV 70.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 22 81 145 0.85 0.44 0 0.43 211.22 0.74 0.33
Hex 16 51 91 55 2C 0 2B D3 4A 21
Octal 26 121 221 125 54 0 53 323 112 41
Binary 10110 1010001 10010001 1010101 101100 0 101011 11010011 1001010 100001

Color Harmonies of #165191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165191

Black with #165191

Text Example


Text Example

White with #165191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165191; }

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

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

background-color css

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

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

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

border-color css

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

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

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