#166692

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

Shades of Allports #166692

Tints of Allports #166692

Color information

#166692 (or 0x166692) is unknown color: approx Allports. HEX triplet: 16, 66 and 92. RGB value is (22,102,146). Sum of RGB (Red+Green+Blue) = 22+102+146=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #166692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166692 is #E9996D. Grayscale: #525252. Windows color (decimal): -15309166 or 9594390. OLE color: 9594390.

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

Color convert

RGB22102146-
CMYK0.850.3000.43
HSL201.29º73.81%32.94%-
HSV(B)201.29º84.93%57.25%-
XYZ10.2711.7528.92-
YUV83.1163.584.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.15%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=8.15%
G=37.78%
B=54.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221021460.850.3000.43201.2973.8132.94
Hex166692551E02Bc94a21
Octal261462221253605331111241
Binary101101100110100100101010101111100101011110010011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166692; }

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

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

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

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

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

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

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

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