Html Css Color HEX #165C91 Endeavour

📋 copy color: '#165C91'

red 22 ◦ green 92 ◦ blue 145

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

Shades of Endeavour #165C91

Tints of Endeavour #165C91

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.52%

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

R = 8.49%
G = 35.52%
B = 55.98%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#165C91 (or 0x165C91) is known color: Endeavour. HEX triplet: 16, 5C and 91. RGB value is (22,92,145). Sum of RGB (Red+Green+Blue) = 22+92+145=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #165C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165C91 is #E9A36E. Grayscale: #4C4C4C. Windows color (decimal): -15311727 or 9526294. OLE color: 9526294.

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

Color convert

RGB 22 92 145 -
CMYK 0.85 0.37 0 0.43
HSL 205.85º 0.74% 0.33% -
HSV(B) 205.85º 0.85% 0.57% -
XYZ 9.27 9.87 28.2 -
YUV 77.11 166.31 88.69 -
System Red Green Blue C M Y K H S L
Decimal 22 92 145 0.85 0.37 0 0.43 205.85 0.74 0.33
Hex 16 5C 91 55 25 0 2B CE 4A 21
Octal 26 134 221 125 45 0 53 316 112 41
Binary 10110 1011100 10010001 1010101 100101 0 101011 11001110 1001010 100001

Color Harmonies of #165C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165C91

Black with #165C91

Text Example


Text Example

White with #165C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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