Html Css Color HEX #166592 Endeavour

📋 copy color: '#166592'

red 22 ◦ green 101 ◦ blue 146

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

Shades of Endeavour #166592

Tints of Endeavour #166592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

 BLUE value IS 146 (57.42% from 255) = 54.28%

R = 8.18%
G = 37.55%
B = 54.28%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#166592 (or 0x166592) is known color: Endeavour. HEX triplet: 16, 65 and 92. RGB value is (22,101,146). Sum of RGB (Red+Green+Blue) = 22+101+146=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #166592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166592 is #E99A6D. Grayscale: #525252. Windows color (decimal): -15309422 or 9594134. OLE color: 9594134.

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

Color convert

RGB 22 101 146 -
CMYK 0.85 0.31 0 0.43
HSL 201.77º 0.74% 0.33% -
HSV(B) 201.77º 0.85% 0.57% -
XYZ 10.17 11.55 28.89 -
YUV 82.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 22 101 146 0.85 0.31 0 0.43 201.77 0.74 0.33
Hex 16 65 92 55 1F 0 2B CA 4A 21
Octal 26 145 222 125 37 0 53 312 112 41
Binary 10110 1100101 10010010 1010101 11111 0 101011 11001010 1001010 100001

Color Harmonies of #166592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166592

Black with #166592

Text Example


Text Example

White with #166592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166592; }

 p { color: rgb(22,101,146); }

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

background-color css

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

 a { background-color: rgb(22,101,146); }

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

border-color css

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

 span { border-color: rgb(22,101,146); }

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