#166289

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

Shades of Allports #166289

Tints of Allports #166289

Color information

#166289 (or 0x166289) is unknown color: approx Allports. HEX triplet: 16, 62 and 89. RGB value is (22,98,137). Sum of RGB (Red+Green+Blue) = 22+98+137=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #166289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166289 is #E99D76. Grayscale: #4F4F4F. Windows color (decimal): -15310199 or 9003542. OLE color: 9003542.

HSL color Cylindrical-coordinate representation of color #166289: hue angle of 200.35º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #166289 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2298137-
CMYK0.840.2800.46
HSL200.35º72.33%31.18%-
HSV(B)200.35º83.94%53.73%-
XYZ9.2110.7125.25-
YUV79.72160.3286.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.56%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 137 (53.91% from 255) = 53.31%
R=8.56%
G=38.13%
B=53.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22981370.840.2800.46200.3572.3331.18
Hex166289541C02Ec8481f
Octal261422111243405631011037
Binary10110110001010001001101010011100010111011001000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166289; }

 p { color: rgb(22,98,137); }

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

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

 a { background-color: rgb(22,98,137); }

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

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

 span { border-color: rgb(22,98,137); }

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