#16738E

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

Shades of Allports #16738E

Tints of Allports #16738E

Color information

#16738E (or 0x16738E) is unknown color: approx Allports. HEX triplet: 16, 73 and 8E. RGB value is (22,115,142). Sum of RGB (Red+Green+Blue) = 22+115+142=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #16738E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16738E is #E98C71. Grayscale: #5A5A5A. Windows color (decimal): -15305842 or 9335574. OLE color: 9335574.

HSL color Cylindrical-coordinate representation of color #16738E: hue angle of 193.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16738E is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB22115142-
CMYK0.850.1900.44
HSL193.5º73.17%32.16%-
HSV(B)193.5º84.51%55.69%-
XYZ11.3414.3927.77-
YUV90.27157.1979.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.89%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=7.89%
G=41.22%
B=50.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221151420.850.1900.44193.573.1732.16
Hex16738E551302Cc24920
Octal261632161252305430211140
Binary101101110011100011101010101100110101100110000101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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