Html Css Color HEX #166595 Endeavour

📋 copy color: '#166595'

red 22 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #166595

Tints of Endeavour #166595

RGB

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

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

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

R = 8.09%
G = 37.13%
B = 54.78%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#166595 (or 0x166595) is known color: Endeavour. HEX triplet: 16, 65 and 95. RGB value is (22,101,149). Sum of RGB (Red+Green+Blue) = 22+101+149=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #166595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166595 is #E99A6A. Grayscale: #525252. Windows color (decimal): -15309419 or 9790742. OLE color: 9790742.

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

Color convert

RGB 22 101 149 -
CMYK 0.85 0.32 0 0.42
HSL 202.68º 0.74% 0.34% -
HSV(B) 202.68º 0.85% 0.58% -
XYZ 10.41 11.65 30.13 -
YUV 82.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 22 101 149 0.85 0.32 0 0.42 202.68 0.74 0.34
Hex 16 65 95 55 20 0 2A CB 4A 22
Octal 26 145 225 125 40 0 52 313 112 42
Binary 10110 1100101 10010101 1010101 100000 0 101010 11001011 1001010 100010

Color Harmonies of #166595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166595

Black with #166595

Text Example


Text Example

White with #166595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166595; }

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

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

background-color css

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

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

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

border-color css

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

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

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