#16647D

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

Shades of Allports #16647D

Tints of Allports #16647D

Color information

#16647D (or 0x16647D) is unknown color: approx Allports. HEX triplet: 16, 64 and 7D. RGB value is (22,100,125). Sum of RGB (Red+Green+Blue) = 22+100+125=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #16647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16647D is #E99B82. Grayscale: #4F4F4F. Windows color (decimal): -15309699 or 8217622. OLE color: 8217622.

HSL color Cylindrical-coordinate representation of color #16647D: hue angle of 194.56º 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 #16647D is Cyan = 0.82, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB22100125-
CMYK0.820.200.51
HSL194.56º70.07%28.82%-
HSV(B)194.56º82.4%49.02%-
XYZ8.5910.7721.03-
YUV79.53153.6686.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.91%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=8.91%
G=40.49%
B=50.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221001250.820.200.51194.5670.0728.82
Hex16647D5214033c3461d
Octal261441751222406330310635
Binary1011011001001111101101001010100011001111000011100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16647D; }

 p { color: rgb(22,100,125); }

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

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

 a { background-color: rgb(22,100,125); }

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

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

 span { border-color: rgb(22,100,125); }

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