#166288

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

Shades of Allports #166288

Tints of Allports #166288

Color information

#166288 (or 0x166288) is unknown color: approx Allports. HEX triplet: 16, 62 and 88. RGB value is (22,98,136). Sum of RGB (Red+Green+Blue) = 22+98+136=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #166288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166288 is #E99D77. Grayscale: #4F4F4F. Windows color (decimal): -15310200 or 8938006. OLE color: 8938006.

HSL color Cylindrical-coordinate representation of color #166288: hue angle of 200º 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 #166288 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2298136-
CMYK0.840.2800.47
HSL200º72.15%30.98%-
HSV(B)200º83.82%53.33%-
XYZ9.1410.6824.87-
YUV79.61159.8286.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=8.59%
G=38.28%
B=53.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22981360.840.2800.4720072.1530.98
Hex166288541C02Fc8481f
Octal261422101243405731011037
Binary10110110001010001000101010011100010111111001000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166288; }

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

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

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

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

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

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

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

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