#16768B

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

Shades of Allports #16768B

Tints of Allports #16768B

Color information

#16768B (or 0x16768B) is unknown color: approx Allports. HEX triplet: 16, 76 and 8B. RGB value is (22,118,139). Sum of RGB (Red+Green+Blue) = 22+118+139=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #16768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16768B is #E98974. Grayscale: #5B5B5B. Windows color (decimal): -15305077 or 9139734. OLE color: 9139734.

HSL color Cylindrical-coordinate representation of color #16768B: hue angle of 190.77º 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 #16768B is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB22118139-
CMYK0.840.1500.45
HSL190.77º72.67%31.57%-
HSV(B)190.77º84.17%54.51%-
XYZ11.4714.9926.72-
YUV91.69154.778.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.89%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=7.89%
G=42.29%
B=49.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221181390.840.1500.45190.7772.6731.57
Hex16768B54F02Dbf4920
Octal261662131241705527711140
Binary10110111011010001011101010011110101101101111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16768B; }

 p { color: rgb(22,118,139); }

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

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

 a { background-color: rgb(22,118,139); }

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

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

 span { border-color: rgb(22,118,139); }

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