#166993

Color #166993 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #166993

Tints of Allports #166993

Color information

#166993 (or 0x166993) is unknown color: approx Allports. HEX triplet: 16, 69 and 93. RGB value is (22,105,147). Sum of RGB (Red+Green+Blue) = 22+105+147=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #166993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166993 is #E9966C. Grayscale: #545454. Windows color (decimal): -15308397 or 9660694. OLE color: 9660694.

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

Color convert

RGB22105147-
CMYK0.850.2900.42
HSL200.16º73.96%33.14%-
HSV(B)200.16º85.03%57.65%-
XYZ10.6512.3829.43-
YUV84.9716383.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.03%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 147 (57.81% from 255) = 53.65%
R=8.03%
G=38.32%
B=53.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal221051470.850.2900.42200.1673.9633.14
Hex166993551D02Ac84a21
Octal261512231253505231011241
Binary101101101001100100111010101111010101010110010001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166993; }

 p { color: rgb(22,105,147); }

 H1.HeaderClassName
 {
   color: #166993;
 }
 .AnyTagClassName
 {
   color: #166993;
 }
</style>
background-color css

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

 a { background-color: rgb(22,105,147); }

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

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

 span { border-color: rgb(22,105,147); }

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