Html Css Color HEX #166697 Endeavour

📋 copy color: '#166697'

red 22 ◦ green 102 ◦ blue 151

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

Shades of Endeavour #166697

Tints of Endeavour #166697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

 BLUE value IS 151 (59.38% from 255) = 54.91%

R = 8%
G = 37.09%
B = 54.91%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#166697 (or 0x166697) is known color: Endeavour. HEX triplet: 16, 66 and 97. RGB value is (22,102,151). Sum of RGB (Red+Green+Blue) = 22+102+151=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #166697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166697 is #E99968. Grayscale: #535353. Windows color (decimal): -15309161 or 9922070. OLE color: 9922070.

HSL color Cylindrical-coordinate representation of color #166697: hue angle of 202.79º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166697 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 102 151 -
CMYK 0.85 0.32 0 0.41
HSL 202.79º 0.75% 0.34% -
HSV(B) 202.79º 0.85% 0.59% -
XYZ 10.67 11.91 31.01 -
YUV 83.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 22 102 151 0.85 0.32 0 0.41 202.79 0.75 0.34
Hex 16 66 97 55 20 0 29 CB 4B 22
Octal 26 146 227 125 40 0 51 313 113 42
Binary 10110 1100110 10010111 1010101 100000 0 101001 11001011 1001011 100010

Color Harmonies of #166697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166697

Black with #166697

Text Example


Text Example

White with #166697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166697; }

 p { color: rgb(22,102,151); }

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

background-color css

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

 a { background-color: rgb(22,102,151); }

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

border-color css

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

 span { border-color: rgb(22,102,151); }

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