Html Css Color HEX #165996 Endeavour

📋 copy color: '#165996'

red 22 ◦ green 89 ◦ blue 150

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

Shades of Endeavour #165996

Tints of Endeavour #165996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 150 (58.98% from 255) = 57.47%

R = 8.43%
G = 34.1%
B = 57.47%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#165996 (or 0x165996) is known color: Endeavour. HEX triplet: 16, 59 and 96. RGB value is (22,89,150). Sum of RGB (Red+Green+Blue) = 22+89+150=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #165996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165996 is #E9A669. Grayscale: #4B4B4B. Windows color (decimal): -15312490 or 9853206. OLE color: 9853206.

HSL color Cylindrical-coordinate representation of color #165996: hue angle of 208.59º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165996 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 89 150 -
CMYK 0.85 0.41 0 0.41
HSL 208.59º 0.74% 0.34% -
HSV(B) 208.59º 0.85% 0.59% -
XYZ 9.41 9.52 30.2 -
YUV 75.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 22 89 150 0.85 0.41 0 0.41 208.59 0.74 0.34
Hex 16 59 96 55 29 0 29 D1 4A 22
Octal 26 131 226 125 51 0 51 321 112 42
Binary 10110 1011001 10010110 1010101 101001 0 101001 11010001 1001010 100010

Color Harmonies of #165996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165996

Black with #165996

Text Example


Text Example

White with #165996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165996; }

 p { color: rgb(22,89,150); }

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

background-color css

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

 a { background-color: rgb(22,89,150); }

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

border-color css

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

 span { border-color: rgb(22,89,150); }

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