#166388

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

Shades of Allports #166388

Tints of Allports #166388

Color information

#166388 (or 0x166388) is unknown color: approx Allports. HEX triplet: 16, 63 and 88. RGB value is (22,99,136). Sum of RGB (Red+Green+Blue) = 22+99+136=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #166388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166388 is #E99C77. Grayscale: #4F4F4F. Windows color (decimal): -15309944 or 8938262. OLE color: 8938262.

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

Color convert

RGB2299136-
CMYK0.840.2700.47
HSL199.47º72.15%30.98%-
HSV(B)199.47º83.82%53.33%-
XYZ9.2410.8724.9-
YUV80.2159.4986.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.56%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=8.56%
G=38.52%
B=52.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22991360.840.2700.47199.4772.1530.98
Hex166388541B02Fc7481f
Octal261432101243305730711037
Binary10110110001110001000101010011011010111111000111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166388; }

 p { color: rgb(22,99,136); }

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

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

 a { background-color: rgb(22,99,136); }

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

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

 span { border-color: rgb(22,99,136); }

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