Html Css Color HEX #166896 Endeavour

📋 copy color: '#166896'

red 22 ◦ green 104 ◦ blue 150

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

Shades of Endeavour #166896

Tints of Endeavour #166896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

 BLUE value IS 150 (58.98% from 255) = 54.35%

R = 7.97%
G = 37.68%
B = 54.35%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#166896 (or 0x166896) is known color: Endeavour. HEX triplet: 16, 68 and 96. RGB value is (22,104,150). Sum of RGB (Red+Green+Blue) = 22+104+150=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #166896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166896 is #E99769. Grayscale: #545454. Windows color (decimal): -15308650 or 9857046. OLE color: 9857046.

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

Color convert

RGB 22 104 150 -
CMYK 0.85 0.31 0 0.41
HSL 201.56º 0.74% 0.34% -
HSV(B) 201.56º 0.85% 0.59% -
XYZ 10.79 12.27 30.65 -
YUV 84.73 164.83 83.26 -
System Red Green Blue C M Y K H S L
Decimal 22 104 150 0.85 0.31 0 0.41 201.56 0.74 0.34
Hex 16 68 96 55 1F 0 29 CA 4A 22
Octal 26 150 226 125 37 0 51 312 112 42
Binary 10110 1101000 10010110 1010101 11111 0 101001 11001010 1001010 100010

Color Harmonies of #166896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166896

Black with #166896

Text Example


Text Example

White with #166896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166896; }

 p { color: rgb(22,104,150); }

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

background-color css

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

 a { background-color: rgb(22,104,150); }

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

border-color css

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

 span { border-color: rgb(22,104,150); }

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