Html Css Color HEX #166495 Endeavour

📋 copy color: '#166495'

red 22 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #166495

Tints of Endeavour #166495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.9%

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 8.12%
G = 36.9%
B = 54.98%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#166495 (or 0x166495) is known color: Endeavour. HEX triplet: 16, 64 and 95. RGB value is (22,100,149). Sum of RGB (Red+Green+Blue) = 22+100+149=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #166495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166495 is #E99B6A. Grayscale: #515151. Windows color (decimal): -15309675 or 9790486. OLE color: 9790486.

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

Color convert

RGB 22 100 149 -
CMYK 0.85 0.33 0 0.42
HSL 203.15º 0.74% 0.34% -
HSV(B) 203.15º 0.85% 0.58% -
XYZ 10.31 11.45 30.1 -
YUV 82.26 165.66 85.02 -
System Red Green Blue C M Y K H S L
Decimal 22 100 149 0.85 0.33 0 0.42 203.15 0.74 0.34
Hex 16 64 95 55 21 0 2A CB 4A 22
Octal 26 144 225 125 41 0 52 313 112 42
Binary 10110 1100100 10010101 1010101 100001 0 101010 11001011 1001010 100010

Color Harmonies of #166495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166495

Black with #166495

Text Example


Text Example

White with #166495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166495; }

 p { color: rgb(22,100,149); }

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

background-color css

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

 a { background-color: rgb(22,100,149); }

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

border-color css

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

 span { border-color: rgb(22,100,149); }

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