Html Css Color HEX #166195 Endeavour

📋 copy color: '#166195'

red 22 ◦ green 97 ◦ blue 149

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

Shades of Endeavour #166195

Tints of Endeavour #166195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

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

R = 8.21%
G = 36.19%
B = 55.6%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#166195 (or 0x166195) is known color: Endeavour. HEX triplet: 16, 61 and 95. RGB value is (22,97,149). Sum of RGB (Red+Green+Blue) = 22+97+149=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #166195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166195 is #E99E6A. Grayscale: #505050. Windows color (decimal): -15310443 or 9789718. OLE color: 9789718.

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

Color convert

RGB 22 97 149 -
CMYK 0.85 0.35 0 0.42
HSL 204.57º 0.74% 0.34% -
HSV(B) 204.57º 0.85% 0.58% -
XYZ 10.03 10.89 30.01 -
YUV 80.5 166.65 86.27 -
System Red Green Blue C M Y K H S L
Decimal 22 97 149 0.85 0.35 0 0.42 204.57 0.74 0.34
Hex 16 61 95 55 23 0 2A CD 4A 22
Octal 26 141 225 125 43 0 52 315 112 42
Binary 10110 1100001 10010101 1010101 100011 0 101010 11001101 1001010 100010

Color Harmonies of #166195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166195

Black with #166195

Text Example


Text Example

White with #166195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166195; }

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

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

background-color css

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

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

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

border-color css

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

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

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