#16637C

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

Shades of Allports #16637C

Tints of Allports #16637C

Color information

#16637C (or 0x16637C) is unknown color: approx Allports. HEX triplet: 16, 63 and 7C. RGB value is (22,99,124). Sum of RGB (Red+Green+Blue) = 22+99+124=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #16637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16637C is #E99C83. Grayscale: #4E4E4E. Windows color (decimal): -15309956 or 8151830. OLE color: 8151830.

HSL color Cylindrical-coordinate representation of color #16637C: hue angle of 194.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16637C is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2299124-
CMYK0.820.2000.51
HSL194.71º69.86%28.63%-
HSV(B)194.71º82.26%48.63%-
XYZ8.4310.5520.66-
YUV78.83153.4987.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.98%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=8.98%
G=40.41%
B=50.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22991240.820.2000.51194.7169.8628.63
Hex16637C5214033c3461d
Octal261431741222406330310635
Binary1011011000111111100101001010100011001111000011100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16637C; }

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

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

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

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

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

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

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

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