Html Css Color HEX #165994 Endeavour

📋 copy color: '#165994'

red 22 ◦ green 89 ◦ blue 148

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

Shades of Endeavour #165994

Tints of Endeavour #165994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.14%

R = 8.49%
G = 34.36%
B = 57.14%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165994 (or 0x165994) is known color: Endeavour. HEX triplet: 16, 59 and 94. RGB value is (22,89,148). Sum of RGB (Red+Green+Blue) = 22+89+148=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #165994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165994 is #E9A66B. Grayscale: #4B4B4B. Windows color (decimal): -15312492 or 9722134. OLE color: 9722134.

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

Color convert

RGB 22 89 148 -
CMYK 0.85 0.40 0 0.42
HSL 208.1º 0.74% 0.33% -
HSV(B) 208.1º 0.85% 0.58% -
XYZ 9.25 9.45 29.35 -
YUV 75.69 168.8 89.7 -
System Red Green Blue C M Y K H S L
Decimal 22 89 148 0.85 0.40 0 0.42 208.1 0.74 0.33
Hex 16 59 94 55 28 0 2A D0 4A 21
Octal 26 131 224 125 50 0 52 320 112 41
Binary 10110 1011001 10010100 1010101 101000 0 101010 11010000 1001010 100001

Color Harmonies of #165994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165994

Black with #165994

Text Example


Text Example

White with #165994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165994; }

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

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

background-color css

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

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

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

border-color css

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

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

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