Html Css Color HEX #165993 Endeavour

📋 copy color: '#165993'

red 22 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #165993

Tints of Endeavour #165993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.98%

R = 8.53%
G = 34.5%
B = 56.98%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165993 (or 0x165993) is known color: Endeavour. HEX triplet: 16, 59 and 93. RGB value is (22,89,147). Sum of RGB (Red+Green+Blue) = 22+89+147=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #165993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165993 is #E9A66C. Grayscale: #4B4B4B. Windows color (decimal): -15312493 or 9656598. OLE color: 9656598.

HSL color Cylindrical-coordinate representation of color #165993: hue angle of 207.84º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165993 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 89 147 -
CMYK 0.85 0.39 0 0.42
HSL 207.84º 0.74% 0.33% -
HSV(B) 207.84º 0.85% 0.58% -
XYZ 9.17 9.42 28.94 -
YUV 75.58 168.3 89.78 -
System Red Green Blue C M Y K H S L
Decimal 22 89 147 0.85 0.39 0 0.42 207.84 0.74 0.33
Hex 16 59 93 55 27 0 2A D0 4A 21
Octal 26 131 223 125 47 0 52 320 112 41
Binary 10110 1011001 10010011 1010101 100111 0 101010 11010000 1001010 100001

Color Harmonies of #165993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165993

Black with #165993

Text Example


Text Example

White with #165993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165993; }

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

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

background-color css

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

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

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

border-color css

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

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

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