Html Css Color HEX #165999 Endeavour

📋 copy color: '#165999'

red 22 ◦ green 89 ◦ blue 153

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

Shades of Endeavour #165999

Tints of Endeavour #165999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.95%

R = 8.33%
G = 33.71%
B = 57.95%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#165999 (or 0x165999) is known color: Endeavour. HEX triplet: 16, 59 and 99. RGB value is (22,89,153). Sum of RGB (Red+Green+Blue) = 22+89+153=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #165999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165999 is #E9A666. Grayscale: #4B4B4B. Windows color (decimal): -15312487 or 10049814. OLE color: 10049814.

HSL color Cylindrical-coordinate representation of color #165999: hue angle of 209.31º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165999 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 89 153 -
CMYK 0.86 0.42 0 0.4
HSL 209.31º 0.75% 0.34% -
HSV(B) 209.31º 0.86% 0.6% -
XYZ 9.65 9.62 31.48 -
YUV 76.26 171.3 89.3 -
System Red Green Blue C M Y K H S L
Decimal 22 89 153 0.86 0.42 0 0.4 209.31 0.75 0.34
Hex 16 59 99 56 2A 0 28 D1 4B 22
Octal 26 131 231 126 52 0 50 321 113 42
Binary 10110 1011001 10011001 1010110 101010 0 101000 11010001 1001011 100010

Color Harmonies of #165999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165999

Black with #165999

Text Example


Text Example

White with #165999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165999; }

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

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

background-color css

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

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

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

border-color css

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

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

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