#16688B

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

Shades of Allports #16688B

Tints of Allports #16688B

Color information

#16688B (or 0x16688B) is unknown color: approx Allports. HEX triplet: 16, 68 and 8B. RGB value is (22,104,139). Sum of RGB (Red+Green+Blue) = 22+104+139=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #16688B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16688B is #E99774. Grayscale: #535353. Windows color (decimal): -15308661 or 9136150. OLE color: 9136150.

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

Color convert

RGB22104139-
CMYK0.840.2500.45
HSL197.95º72.67%31.57%-
HSV(B)197.95º84.17%54.51%-
XYZ9.9411.9426.21-
YUV83.47159.3384.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=8.30%
G=39.25%
B=52.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221041390.840.2500.45197.9572.6731.57
Hex16688B541902Dc64920
Octal261502131243105530611140
Binary101101101000100010111010100110010101101110001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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