#16738C

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

Shades of Allports #16738C

Tints of Allports #16738C

Color information

#16738C (or 0x16738C) is unknown color: approx Allports. HEX triplet: 16, 73 and 8C. RGB value is (22,115,140). Sum of RGB (Red+Green+Blue) = 22+115+140=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #16738C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16738C is #E98C73. Grayscale: #595959. Windows color (decimal): -15305844 or 9204502. OLE color: 9204502.

HSL color Cylindrical-coordinate representation of color #16738C: hue angle of 192.71º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16738C is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB22115140-
CMYK0.840.1800.45
HSL192.71º72.84%31.76%-
HSV(B)192.71º84.29%54.9%-
XYZ11.214.3326.99-
YUV90.04156.1979.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.94%
GREEN value IS 115 (45.31% from 255) = 41.52%
BLUE value IS 140 (55.08% from 255) = 50.54%
R=7.94%
G=41.52%
B=50.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221151400.840.1800.45192.7172.8431.76
Hex16738C541202Dc14920
Octal261632141242205530111140
Binary101101110011100011001010100100100101101110000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,115,140); }

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

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

 a { background-color: rgb(22,115,140); }

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

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

 span { border-color: rgb(22,115,140); }

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